PageSection
A PageSection
separates content in a page into digestible sections via a Title stack. For example, a settings page might have:
- Appearance
- Input
- Effects
Summary
Properties
Property | Type | Description |
---|---|---|
Title |
string? |
The section's title. |
Subtitle |
string? |
The section's sub-title. If left nil, the subtitle will be non-visible. |
View all inherited from BaseComponent
Methods
Events
Types
type PageSectionProperties = Frame & {
Title: string?,
Subtitle: string?,
}
type PageSection = BaseComponent & Components & PageSectionProperties