Interface: IImagePropertyItemOptions experimental
Beta
Optional properties for Image property item
Extends
Properties
alignment?
optionalalignment?:LayoutAlignment
Beta
Remarks
Alignment of the image in the container. If not defined, LayoutAlignment.Start is used.
enable?
optionalenable?:boolean
Beta
Remarks
Initial enabled state of property item. If undefined, it will default to true.
Inherited from
IPropertyItemOptionsBase.enable
imageSize?
optionalimageSize?:number| {height:number;width:number; }
Beta
Remarks
Size of the image. If undefined, defaults to 10.
onClick?
optionalonClick?: (x,y) =>void
Beta
Parameters
x
number
y
number
Returns
void
Remarks
Called when image is clicked.
style?
optionalstyle?:PaneItemStyle
Beta
Remarks
Optional styling overrides for the item.
Inherited from
IPropertyItemOptionsBase.style
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state of property item. If undefined, it will default to true.
