Constructors
Section titled "Constructors"IgrDashboardTileCustomization
new IgrDashboardTileCustomization(props: P): IgrDashboardTileCustomization Returns IgrDashboardTileCustomization
Properties
Section titled "Properties"collectionIndex
Section titled "collectionIndex"collectionIndex: number isCollectionInsertionAtEnd
Section titled "isCollectionInsertionAtEnd"isCollectionInsertionAtEnd: boolean isCollectionInsertionAtIndex
Section titled "isCollectionInsertionAtIndex"isCollectionInsertionAtIndex: boolean isCollectionInsertionAtStart
Section titled "isCollectionInsertionAtStart"isCollectionInsertionAtStart: boolean isCollectionRemovaltIndex
Section titled "isCollectionRemovaltIndex"isCollectionRemovaltIndex: boolean matchParentIndex
Section titled "matchParentIndex"matchParentIndex: number matchType
Section titled "matchType"matchType: string order
Section titled "order"order: number propertyName
Section titled "propertyName"propertyName: string propertyValue
Section titled "propertyValue"propertyValue: any Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
Methods
Section titled "Methods"componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
render
Section titled "render"render(): any Returns any
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgrDashboardTileCustomization Parameters
- internal:
any