Type alias CollectionSchema
Collection
Schema
: { actions
: { [actionName:
string]
: ActionSchema; }; charts
: string[]; countable
: boolean; fields
: { [fieldName:
string]
: FieldSchema; }; searchable
: boolean; segments
: string[]; }
Type declaration
-
actions: {
[actionName: string]: ActionSchema;
}
-
charts: string[]
-
countable: boolean
-
fields: {
[fieldName: string]: FieldSchema;
}
-
searchable: boolean
-
segments: string[]