Type Parameters

  • T

Hierarchy

  • QuickEditRegistration

Properties

component: Element

Component to render

generateDetailsLink?: false | ((item) => LocationDescriptor<unknown>)

Function which will be used to generate the detailsLink in QuickEditContext.

If set to undefined, generateItemLink prop from Explorer will be used.

If set to false, detailsLink will not be generated.

Type declaration

    • (item): LocationDescriptor<unknown>
    • Parameters

      • item: T

      Returns LocationDescriptor<unknown>

icon?: string | IconName

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

label: string

The label of the action.

Generated using TypeDoc