Interface IWebPartEditForm<IWPCfg, IWPInfo>

WebPart Edit Form

Type Parameters

Hierarchy

Properties

actions?: IButtonProps[]

The form action buttons displayed in the footer of the modal.

onRenderForm?: ((wpInfo?) => void | IFormControlProps[] | PromiseLike<IFormControlProps[]>)

Type declaration

onSave?: ((wpCfg?, form?) => IWPCfg)

Type declaration

    • (wpCfg?, form?): IWPCfg
    • The save event.

      Parameters

      • Optional wpCfg: IWPCfg
      • Optional form: IForm

      Returns IWPCfg

showSaveButton?: boolean

True to hide the save button.

Generated using TypeDoc