Pane state for being expanded or collapsed.
Readonly
idUnique identifier for the pane.
Provides visibility change events
Check visibility of the pane
Optional
options: IBlockListPropertyItemOptionsAdds a block list to the pane.
Optional
options: IBlockTablePropertyItemOptionsAdds a block table to the pane.
Optional
options: IBoolPropertyItemOptionsAdds a togglable boolean item to the pane.
Optional
options: IPropertyItemOptionsBoolAdds a boolean item to the pane.
Optional
options: IButtonPropertyItemOptionsAdds a button to the pane and binds the specified action to the button interaction.
Optional
options: IButtonPanePropertyItemOptionsAdds a pane for grouped button layout.
Optional
options: IColorPickerPropertyItemOptionsAdds a color picker item to the pane.
Optional
options: IPropertyItemOptionsColorPicker_deprecatedAdds a color picker item to the pane.
Optional
options: IComboBoxPropertyItemOptionsAdds a combo box item to the pane.
Optional
options: IDataTablePropertyItemOptionsAdds a data table to the pane.
Adds an divider item to the pane.
Optional
options: IDropdownPropertyItemOptionsAdds an Dropdown item to the pane.
Optional
options: IPropertyItemOptionsDropdownAdds an DropDown item to the pane.
Optional
options: IImagePropertyItemOptionsAdds an image item to the pane.
Optional
options: ILinkPropertyItemOptionsAdds a Link item to the pane.
Optional
options: INumberPropertyItemOptionsAdds a number item to the pane.
Optional
options: IPropertyItemOptionsNumberAdds a number item to the pane.
Optional
options: IProgressIndicatorPropertyItemOptionsAdds a Progress Indicator item to the pane.
Optional
options: IStringPropertyItemOptionsAdds an editable string item to the pane
Optional
options: IPropertyItemOptionsAdds a string item to the pane
Optional
options: ITextPropertyItemOptionsAdds a multiline Text item to the pane.
Optional
options: IToggleGroupPropertyItemOptionsAdds a toggle button group to the pane.
Optional
options: IVector3PropertyItemOptionsAdds a Vec3 item to the pane.
Optional
options: IPropertyItemOptionsVector3Adds a Vec3 item to the pane.
Optional
options: IModalOverlayPaneOptionsCreation parameters for modal overlay pane.
Register a modal overlay to the root pane. It will be hidden by default, when shown it will display over the root pane content. Only one modal overlay can be shown at a time.
Creates an sub pane that can store property items.
Returns pane title.
Removes an existing sub pane.
New title
Updates title of pane.
A root pane that can store property items.