Views
Using views
- class View abstractAn abstract class that represents a view.
- type ViewClassType definition for a constructor that instantiates a View object.
- class UIComponent abstractBase class for built-in UI components.
- uiAn object with functions for creating UI components and other resources.
Using JSX syntax
- jsx(f, presets, …rest) staticJSX support for UI components.
Defining view composites
- class ViewComposite abstractA class that encapsulates a dynamic view.
- class ViewCompositeVariantAn object that includes predefined properties for a view composite.
Encapsulating other views
- class UIViewRendererA view object that dynamically renders a referenced (bound) view.
- class UIConditionalViewA view composite that automatically creates and unlinks the contained view.