Pane state for being expanded or collapsed.
If the item is enabled in the UI.
Readonly
idUnique ID for the property item.
Provides visibility change events
Readonly
paneThe parent pane id.
Readonly
typeThe type name of the target property.
If the item should be visible in the UI.
Optional
options: IPropertyItemOptionsBlockListAdds 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 activate.
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.
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: IPropertyItemOptionsTableAdds a table 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.
Creates an sub pane that can store property items.
Returns pane title.
Removes an existing sub pane.
New layout alignment.
Updates layout alignment of the sub pane.
New layout direction.
Updates layout direction of the sub pane.
New title
Updates title of pane.
A property item which supports Sub Pane properties