Skip to content

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

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

Gets the element name

Returns: string

the name of the element


getPageProxy

getPageProxy(): IPageProxy

Returns: IPageProxy

the Page, which the element belongs to


getParent

getParent(): any

Gets the parent proxy

Returns: any


getType

getType(): string

This method returns type

Returns: string