applyViewPreset
Applies the provided preset properties to this object.
applyViewPreset(preset: {
view?: Binding;
onViewUnlinked?: string;
}): voidNotes
- This method is called automatically. Do not call this method after constructing an instance
Related
- class UIViewRendererA view object that dynamically renders a referenced (bound) view.
