ModelProps: { appliedCssClassNames?: string; cqChildren?: { [
key:
string]
: PageModel; }; cqItems?: { [
key:
string]
: Model; }; cqItemsOrder?: string[]; cqPath?: string; cqType?: string; }
Type declaration
-
Optional appliedCssClassNames?: string
-
Optional cqChildren?: {
[key: string]: PageModel;
}
-
Optional cqItems?: {
[key: string]: Model;
}
-
Optional cqItemsOrder?: string[]
-
Optional cqPath?: string
-
Optional cqType?: string