Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWPList<IListCfg, IListInfo>

List WebPart

Type parameters

  • IListCfg

  • IListInfo

Hierarchy

Index

Properties

Properties

cfg

cfg: IListCfg

The webpart configuration.

info

info: IListInfo

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

Generated using TypeDoc