Search WebPart Edit Form

Hierarchy

Properties

actions?: IButtonProps[]

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

listQuery?: IODataQuery

The odata list query.

onListChanged?: ((wpInfo, list?) => void | IFormControlProps[] | PromiseLike<IFormControlProps[]>)

Type declaration

onListsLoaded?: ((wpInfo, lists?) => (List | IListQuery)[])

Type declaration

    • (wpInfo, lists?): (List | IListQuery)[]
    • The lists loaded event.

      Parameters

      Returns (List | IListQuery)[]

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

Type declaration

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

Type declaration

showSaveButton?: boolean

True to hide the save button.

Generated using TypeDoc