Interface IWebPart<IWPCfg, IWPInfo>

WebPart

Type Parameters

Hierarchy

Properties

Properties

cfg: IWPCfg

The webpart configuration.

info: IWPInfo

The webpart information.

updateEditForm?: ((formControls) => void)

Type declaration

    • (formControls): void
    • Method to update the edit form.

      Parameters

      Returns void

Generated using TypeDoc