ProjectSelectionProps
ProjectSelectionProps =
object
Props accepted by ProjectSelection. Use this when typing a
registerComponentDecorator<ProjectSelectionProps>('ProjectSelection', …)
call.
Properties
Section titled “Properties”onDuplicateClick?
Section titled “onDuplicateClick?”
optionalonDuplicateClick?: () =>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.
Returns
Section titled “Returns”void