Interface: IRowProxy¶
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¶
-
IRowProxy
Implemented by¶
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
getType¶
▸ getType(): string
This method returns type
Returns: string