Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWPTabs<IWPCfg, IWPInfo>

WebPart Tabs

Type parameters

  • IWPCfg

  • IWPInfo

Hierarchy

Index

Properties

Methods

Properties

cfg

cfg: IWPCfg

The webpart configuration.

info

info: IWPInfo

The webpart information.

Optional updateEditForm

updateEditForm: (formControls: Array<IFormControl>) => void

Method to update the edit form.

Type declaration

    • (formControls: Array<IFormControl>): void
    • Parameters

      • formControls: Array<IFormControl>

      Returns void

Methods

getNav

  • getNav(): INav
  • Returns INav

getTabs

  • getTabs(): Array<HTMLElement>
  • Returns Array<HTMLElement>

Generated using TypeDoc