Skip to content

Interface: ISectionHeaderProxy

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

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

Hierarchy

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[]

This method returns the items for the section header

Returns: ISectionHeaderItemProxy[]

The items for this section header


redraw

redraw(): Promise‹any›

Overrides IControlProxy.redraw

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

Returns: Promise‹any›