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