Docs (4.0.0)
class UISeparator method

applyViewPreset

Applies the provided preset properties to this object.

applyViewPreset(preset: View.ViewPreset<UIComponent, this, "thickness" | "margin" | "color" | "vertical">): void

Notes

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

Related

  • class UISeparatorA view class that represents a horizontal or vertical line separator.