O3 Framework / ExtensionSlotBaseProps
Defined in: packages/framework/esm-react-utils/src/ExtensionSlot.tsx:8
optionalextensionSlotName:string
Defined in: packages/framework/esm-react-utils/src/ExtensionSlot.tsx:15
The name of the extension slot
Use name
name:
string
Defined in: packages/framework/esm-react-utils/src/ExtensionSlot.tsx:10
The name of the extension slot
optionalselect: (extensions) =>AssignedExtension[]
Defined in: packages/framework/esm-react-utils/src/ExtensionSlot.tsx:20
An optional function for filtering or otherwise modifying the list of extensions that will be rendered.
optionalstate:Record<string|number|symbol,unknown>
Defined in: packages/framework/esm-react-utils/src/ExtensionSlot.tsx:27
Only works if no children are provided*. Passes data
through as props to the extensions that are mounted here. If ExtensionSlot
has children, you must pass the state through the state param of the
Extension component.