Skip to content

Interface: ISectionHeaderItemProxy

A designer-facing interface that provides access to a section header item

It is passed to rules to provide access to a section header item for application specific customizations.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getVisible

getVisible(): boolean

Returns the visible property value of the SectionHeaderItem.

Returns: boolean

returns true if the SectionHeaderItem is visible otherwise false.


redraw

redraw(): Promise<any>

Redraw control is not supported. Instead, the parent section redraw is triggered.

Overrides IControlProxy.redraw

Returns: Promise<any>


setVisible

setVisible(value: boolean, redraw: boolean): any

Sets the SectionHeaderItem's visible state with redraw

Overrides IControlProxy.setVisible

Parameters:

Name Type Description
value boolean visible state
redraw boolean true if redraw after set the visible state

Returns: any