Class: SectionHeaderProxy¶
Hierarchy¶
-
SectionHeaderProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new SectionHeaderProxy(context: IContext): SectionHeaderProxy
Overrides ControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: SectionHeaderProxy
Methods¶
getItem¶
▸ getItem(name: string): ISectionHeaderItemProxy
Implementation of ISectionHeaderProxy
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[]
Implementation of ISectionHeaderProxy
Returns: ISectionHeaderItemProxy[]
The items for this section header
redraw¶
▸ redraw(): Promise‹any›
Implementation of ISectionHeaderProxy
Overrides ControlProxy.redraw
Returns: Promise‹any›