Skip to content

Class: SectionFooterProxy

SectionFooterProxy is a developer-facing class that provides access to a section footer control. It is passed to rules to provide access to a control for application-specific customizations.

Hierarchy

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 SectionFooterProxy(context: IContext): SectionFooterProxy

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: SectionFooterProxy

Methods

redraw

redraw(): Promise‹any›

Implementation of ISectionFooterProxy

Overrides ControlProxy.redraw

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

Returns: Promise‹any›