Interface: ILinkPropertyItem experimental
Beta
A property item which supports Link properties
Extends
Properties
enable
enable:
boolean
Beta
Remarks
If the item is enabled in the UI.
Inherited from
id
readonlyid:string
Beta
Remarks
Unique ID for the property item.
Inherited from
paneId
readonlypaneId:string
Beta
Remarks
The parent pane id.
Inherited from
typeName
readonlytypeName:PropertyItemType
Beta
Remarks
The type name of the target property.
Inherited from
value
readonlyvalue:string
Beta
Remarks
Current value of the property item.
visible
visible:
boolean
Beta
Remarks
If the item should be visible in the UI.
Inherited from
Methods
setTitle()
setTitle(
title):void
Beta
Parameters
title
LocalizedString | undefined
Returns
void
Remarks
Sets title of the property item.
setTooltip()
setTooltip(
tooltip):void
Beta
Parameters
tooltip
LocalizedString | undefined
Returns
void
Remarks
Sets tooltip description of the property item.
