Type Parameters

Hierarchy

  • BulkEditRegistration

Properties

component?: Element

Component to render. This will override the component that is generated.

Bulk Edit Configuration

icon?: string | IconName

Optional built in icon. This prop also accepts an img src.

label: string

The label of the action.

saveData: ((data, items) => Promise<void>)

Type declaration

    • (data, items): Promise<void>
    • Function which will be called when save button is clicked

      Parameters

      Returns Promise<void>

Generated using TypeDoc