ConditionalContentsProps interface
The properties of the ConditionalContents React component.
Signature:
export interface ConditionalContentsProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
options | (ConditionalContentsOption | FallBackOption)[] | A set of options that define the contents to show based on the editor that is in focus. Can be either a ConditionalContentsOption or a FallBackOption. See the ConditionalContents documentation for an example. |