Skip to content

The API

Summary

Properties

Property Type Description
Themes { [string]: Theme } [Read-only] Provides default application theme modes . See all themes.
Accents { [string]: Accent } [Read-only] Provides preset accents. See all accents.
Symbols { [string]: string } [Read-only] A large list of symbols (exported from Apple SF Symbols). See all symbols.

Methods

Method Arguments Description Returns
New properties: AppProperties Creates a new App, this returns every component you can then call and will appear on screen. App
Component properties: ComponentProperties? Creates a standalone component context without App ScreenGui overhead. ComponentContext
RegisterComponent (name: string, maker: function) Register a custom component to the API. Reference Custom Components void