Skip to content

Form

A Form is a vertical container that organizes interface elements into clearly separated rows, using consistent styling like dividers to emphasize structure.

Summary

Properties

View all inherited from BaseComponent

View all inherited from Frame

Methods

View all inherited from Frame

Events

View all inherited from Frame

Types

type FormProperties = Frame

type Form = BaseComponent & Components & FormProperties

Function Signature

function(self, properties: FormProperties): Form

Example

local form = section:Form()

print(form:IsA("Frame")) --> true
print(form.ClassName) --> "Frame"
print(form.Type) --> "Form"