separator
Creates a preset UISeparator constructor using the provided options.
static
separator(preset?: ui.PresetType<UISeparator>): ViewClass<UISeparator>
Parameters
- preset — The properties, bindings, and event handlers that will be preset on each instance of the resulting class
Return value
A new class that extends UISeparator
Related
- uiAn object with functions for creating UI components and other resources.