Interface: IFioriToolbarIconProxy¶
FioriToolbarIconProxy is a developer-facing interface that provides access to a button control and allows customizations. In addition it provides access to the IFioriToolbarItemProxy interface.
Hierarchy¶
-
IFioriToolbarIconProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getIcon¶
▸ getIcon(): string
Returns the Icon property value defined for the control.
Returns: string
setIcon¶
▸ setIcon(image
: string): void
Sets the Icon property of the control.
Parameters:
Name | Type | Description |
---|---|---|
image |
string | value to set. |
Returns: void