Type alias ContainerProps
ContainerProps: { childPages?: JSX.Element; className?: string; componentMapping?: typeof ComponentMapping; components?: { [
key:
string]
: ComponentType<MappedComponentProperties>; }; config?: Config<MappedComponentProperties>; getItemClassNames?: ((_key) => string); isInEditor: boolean; isPage?: boolean; itemPath?: string; model?: PageModel; placeholderClassNames?: string; removeDefaultStyles?: boolean; } & ModelProps
Type declaration
-
Optional
childPages?: JSX.Element
-
Optional
className?: string
-
Optional
componentMapping?: typeof ComponentMapping
-
Optional
components?: {
[key: string]: ComponentType<MappedComponentProperties>;
}
-
-
Optional
getItemClassNames?: ((_key) => string)
-
- (_key): string
-
Returns string
-
isInEditor: boolean
-
Optional
isPage?: boolean
-
Optional
itemPath?: string
-
-
Optional
placeholderClassNames?: string
-
Optional
removeDefaultStyles?: boolean