Skip to content

ProjectSelectionProps

ProjectSelectionProps = object

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

optional onDuplicateClick?: () => void

Optional handler wired into the kebab menu’s “Duplicate to drafts” item.

void