Interface: ISectionHeaderProxy¶
Hierarchy¶
-
ISectionHeaderProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getItem¶
▸ getItem(name: string): ISectionHeaderItemProxy
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | takes in _Name property of the section header item |
Returns: ISectionHeaderItemProxy
returns the SectionHeaderItemProxy instance of the item by the name
getItems¶
▸ getItems(): ISectionHeaderItemProxy[]
Returns: ISectionHeaderItemProxy[]
The items for this section header
redraw¶
▸ redraw(): Promise‹any›
Overrides IControlProxy.redraw
Returns: Promise‹any›