Docs (4.0.0)
class UIRow method

applyViewPreset

Applies the provided preset properties to this object.

applyViewPreset(preset: View.ViewPreset<UIContainer, this, "height" | "align" | "gravity">): void

Notes

  • This method is called automatically. Do not call this method after constructing a UI component.

Related

  • class UIRowA view class that represents a row container component.