Skip to content

ProjectSelectionProps

ProjectSelectionProps = object

Props accepted by ProjectSelection. Use this when typing a registerComponentDecorator<ProjectSelectionProps>('ProjectSelection', …) call.

optional onDuplicateClick?: () => void

Optional handler for the kebab menu’s “Duplicate to Drafts” item. The item is rendered only when this is provided — omit it and the item is absent.

void