Interface: IElementProxy¶
A designer-facing interface that provides access to a element.
It is passed to rules to provide access to an element for application specific customizations.
Hierarchy¶
-
IElementProxy
Implemented by¶
- AttachmentEntryProxy
- CardFooterButtonProxy
- CardFooterProxy
- CardHeaderActionButtonOverflowButtonProxy
- CardHeaderActionButtonProxy
- CardHeaderExtendedHeaderItemProxy
- CardHeaderExtendedHeaderLabelProxy
- CardHeaderExtendedHeaderProxy
- CardHeaderExtendedHeaderRatingProxy
- CardHeaderExtendedHeaderTagProxy
- CardHeaderKPIViewProxy
- CardHeaderProxy
- CardMediaProxy
- CardProxy
- ElementCardProxy
- ElementProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getIndex¶
▸ getIndex(): number
Get index
Returns: number
getName¶
▸ getName(): string
Get element name
Returns: string
the name of the button
getPageProxy¶
▸ getPageProxy(): IPageProxy
Returns: IPageProxy
the Page, which the element belongs to
getParent¶
▸ getParent(): any
This method returns parent proxy
Returns: any