{
  "c-grid/data": {
    "type": "Array|object",
    "description": "Defines a records or data source."
  },
  "c-grid/frozen-col-count": {
    "type": "number|string",
    "description": "Defines a frozen col Count"
  },
  "c-grid/header-row-height": {
    "type": "number|Array",
    "description": "Defines the header row height(s)"
  },
  "c-grid/allow-range-paste": {
    "type": "boolean",
    "description": "Allow pasting of range."
  },
  "c-grid/trim-on-paste": {
    "type": "boolean",
    "description": "Trim the pasted text on pasting."
  },
  "c-grid/default-row-height": {
    "type": "number",
    "description": "Default grid row height."
  },
  "c-grid/default-col-width": {
    "type": "number",
    "description": "Default grid col width."
  },
  "c-grid/filter": {
    "type": "Function",
    "description": "Defines a records filter"
  },
  "c-grid/font": {
    "type": "string",
    "description": "Default font."
  },
  "c-grid/underlay-background-color": {
    "type": "string",
    "description": "Underlay background color."
  },
  "c-grid/theme": {
    "type": "object|string",
    "description": "Defines the grid theme"
  },
  "c-grid/move-cell-on-tab-key": {
    "type": "boolean|Function",
    "description": "Specify `true` to enable cell movement by Tab key. You can also specify a function that determines which cell to move to."
  },
  "c-grid/move-cell-on-enter-key": {
    "type": "boolean|Function",
    "description": "Specify `true` to enable cell movement by Enter key. You can also specify a function that determines which cell to move to."
  },
  "c-grid/delete-cell-value-on-del-key": {
    "type": "boolean",
    "description": "Specify `true` to enable enable deletion of cell values with the Del and BS keys."
  },
  "c-grid/select-all-on-ctrl-a-key": {
    "type": "boolean",
    "description": "Specify `true` to enable select all cells by Ctrl + A key."
  },
  "c-grid/disable-column-resize": {
    "type": "boolean",
    "description": "Specify `true` to disable column resizing"
  },
  "c-grid/disabled": {
    "type": "boolean",
    "description": "Defines disabled"
  },
  "c-grid/readonly": {
    "type": "boolean",
    "description": "Defines readonly"
  },
  "c-grid/options": {
    "type": "object",
    "description": "Defines a raw options for Cheetah Grid"
  },
  "CGrid/data": {
    "type": "Array|object",
    "description": "Defines a records or data source."
  },
  "CGrid/frozen-col-count": {
    "type": "number|string",
    "description": "Defines a frozen col Count"
  },
  "CGrid/header-row-height": {
    "type": "number|Array",
    "description": "Defines the header row height(s)"
  },
  "CGrid/allow-range-paste": {
    "type": "boolean",
    "description": "Allow pasting of range."
  },
  "CGrid/trim-on-paste": {
    "type": "boolean",
    "description": "Trim the pasted text on pasting."
  },
  "CGrid/default-row-height": {
    "type": "number",
    "description": "Default grid row height."
  },
  "CGrid/default-col-width": {
    "type": "number",
    "description": "Default grid col width."
  },
  "CGrid/filter": {
    "type": "Function",
    "description": "Defines a records filter"
  },
  "CGrid/font": {
    "type": "string",
    "description": "Default font."
  },
  "CGrid/underlay-background-color": {
    "type": "string",
    "description": "Underlay background color."
  },
  "CGrid/theme": {
    "type": "object|string",
    "description": "Defines the grid theme"
  },
  "CGrid/move-cell-on-tab-key": {
    "type": "boolean|Function",
    "description": "Specify `true` to enable cell movement by Tab key. You can also specify a function that determines which cell to move to."
  },
  "CGrid/move-cell-on-enter-key": {
    "type": "boolean|Function",
    "description": "Specify `true` to enable cell movement by Enter key. You can also specify a function that determines which cell to move to."
  },
  "CGrid/delete-cell-value-on-del-key": {
    "type": "boolean",
    "description": "Specify `true` to enable enable deletion of cell values with the Del and BS keys."
  },
  "CGrid/select-all-on-ctrl-a-key": {
    "type": "boolean",
    "description": "Specify `true` to enable select all cells by Ctrl + A key."
  },
  "CGrid/disable-column-resize": {
    "type": "boolean",
    "description": "Specify `true` to disable column resizing"
  },
  "CGrid/disabled": {
    "type": "boolean",
    "description": "Defines disabled"
  },
  "CGrid/readonly": {
    "type": "boolean",
    "description": "Defines readonly"
  },
  "CGrid/options": {
    "type": "object",
    "description": "Defines a raw options for Cheetah Grid"
  },
  "c-grid-branch-graph-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-branch-graph-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-branch-graph-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-branch-graph-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-branch-graph-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-branch-graph-column/action": {
    "type": "object|string|Function",
    "description": "Defines an action"
  },
  "c-grid-branch-graph-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-branch-graph-column/cache": {
    "type": "boolean",
    "description": "Enable cache"
  },
  "c-grid-branch-graph-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-branch-graph-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-branch-graph-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-branch-graph-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-branch-graph-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-branch-graph-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-branch-graph-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-branch-graph-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-branch-graph-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-branch-graph-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-branch-graph-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-branch-graph-column/start": {
    "type": "string",
    "description": "Defines a start type"
  },
  "CGridBranchGraphColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridBranchGraphColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridBranchGraphColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridBranchGraphColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridBranchGraphColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridBranchGraphColumn/action": {
    "type": "object|string|Function",
    "description": "Defines an action"
  },
  "CGridBranchGraphColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridBranchGraphColumn/cache": {
    "type": "boolean",
    "description": "Enable cache"
  },
  "CGridBranchGraphColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridBranchGraphColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridBranchGraphColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridBranchGraphColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridBranchGraphColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridBranchGraphColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridBranchGraphColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridBranchGraphColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridBranchGraphColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridBranchGraphColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridBranchGraphColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridBranchGraphColumn/start": {
    "type": "string",
    "description": "Defines a start type"
  },
  "c-grid-button-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-button-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-button-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-button-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-button-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-button-column/caption": {
    "type": "string",
    "description": "Defines a button caption"
  },
  "c-grid-button-column/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "c-grid-button-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-button-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-button-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-button-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-button-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-button-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-button-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-button-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-button-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-button-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-button-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridButtonColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridButtonColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridButtonColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridButtonColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridButtonColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridButtonColumn/caption": {
    "type": "string",
    "description": "Defines a button caption"
  },
  "CGridButtonColumn/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "CGridButtonColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridButtonColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridButtonColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridButtonColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridButtonColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridButtonColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridButtonColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridButtonColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridButtonColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridButtonColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridButtonColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-check-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-check-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-check-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-check-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-check-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-check-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-check-column/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "c-grid-check-column/readonly": {
    "type": "boolean|Function",
    "description": "Defines readonly. You can also control each record by specifying a function."
  },
  "c-grid-check-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-check-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-check-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-check-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-check-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-check-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-check-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-check-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-check-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-check-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-check-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridCheckColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridCheckColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridCheckColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridCheckColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridCheckColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridCheckColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridCheckColumn/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "CGridCheckColumn/readonly": {
    "type": "boolean|Function",
    "description": "Defines readonly. You can also control each record by specifying a function."
  },
  "CGridCheckColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridCheckColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridCheckColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridCheckColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridCheckColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridCheckColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridCheckColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridCheckColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridCheckColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridCheckColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridCheckColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-column/column-type": {
    "type": "object|string|Function",
    "description": "Defines a column type"
  },
  "c-grid-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-column/action": {
    "type": "object|string|Function",
    "description": "Defines an action"
  },
  "c-grid-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridColumn/column-type": {
    "type": "object|string|Function",
    "description": "Defines a column type"
  },
  "CGridColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridColumn/action": {
    "type": "object|string|Function",
    "description": "Defines an action"
  },
  "CGridColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-column-group/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-column-group/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-column-group/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-column-group/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-column-group/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-column-group/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-column-group/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridColumnGroup/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridColumnGroup/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridColumnGroup/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridColumnGroup/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridColumnGroup/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridColumnGroup/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridColumnGroup/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-header/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-header/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-header/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-header/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-header/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-header/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-header/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-header/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-header/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-header/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-header/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-header/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridHeader/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridHeader/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridHeader/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridHeader/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridHeader/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridHeader/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridHeader/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridHeader/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridHeader/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridHeader/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridHeader/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridHeader/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-icon-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-icon-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-icon-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-icon-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-icon-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-icon-column/action": {
    "type": "object|string|Function",
    "description": "Defines an action"
  },
  "c-grid-icon-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-icon-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-icon-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-icon-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-icon-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-icon-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-icon-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-icon-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-icon-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-icon-column/icon-class-name": {
    "type": "string|Function",
    "description": "Defines an icon class name"
  },
  "c-grid-icon-column/icon-content": {
    "type": "string|Function",
    "description": "Defines an icon content"
  },
  "c-grid-icon-column/icon-name": {
    "type": "string|Function",
    "description": "Defines an icon name"
  },
  "c-grid-icon-column/icon-tag-name": {
    "type": "string|Function",
    "description": "Defines an icon tag name"
  },
  "c-grid-icon-column/icon-width": {
    "type": "number|string|Function",
    "description": "Defines an icon width"
  },
  "c-grid-icon-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-icon-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-icon-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridIconColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridIconColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridIconColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridIconColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridIconColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridIconColumn/action": {
    "type": "object|string|Function",
    "description": "Defines an action"
  },
  "CGridIconColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridIconColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridIconColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridIconColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridIconColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridIconColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridIconColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridIconColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridIconColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridIconColumn/icon-class-name": {
    "type": "string|Function",
    "description": "Defines an icon class name"
  },
  "CGridIconColumn/icon-content": {
    "type": "string|Function",
    "description": "Defines an icon content"
  },
  "CGridIconColumn/icon-name": {
    "type": "string|Function",
    "description": "Defines an icon name"
  },
  "CGridIconColumn/icon-tag-name": {
    "type": "string|Function",
    "description": "Defines an icon tag name"
  },
  "CGridIconColumn/icon-width": {
    "type": "number|string|Function",
    "description": "Defines an icon width"
  },
  "CGridIconColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridIconColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridIconColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-input-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-input-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-input-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-input-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-input-column/column-type": {
    "type": "object|string|Function",
    "description": "Defines a column type"
  },
  "c-grid-input-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-input-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-input-column/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "c-grid-input-column/readonly": {
    "type": "boolean|Function",
    "description": "Defines readonly. You can also control each record by specifying a function."
  },
  "c-grid-input-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-input-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-input-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-input-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-input-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-input-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-input-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-input-column/helper-text": {
    "type": "string|Function",
    "description": "Defines a helper text ganarator"
  },
  "c-grid-input-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-input-column/input-class-list": {
    "type": "Array|string|Function",
    "description": "Defines an input class name"
  },
  "c-grid-input-column/input-type": {
    "type": "string|Function",
    "description": "Defines an input type"
  },
  "c-grid-input-column/input-validator": {
    "type": "Function",
    "description": "Defines an input validator"
  },
  "c-grid-input-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-input-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-input-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-input-column/validator": {
    "type": "Function",
    "description": "Defines a validator"
  },
  "CGridInputColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridInputColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridInputColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridInputColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridInputColumn/column-type": {
    "type": "object|string|Function",
    "description": "Defines a column type"
  },
  "CGridInputColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridInputColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridInputColumn/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "CGridInputColumn/readonly": {
    "type": "boolean|Function",
    "description": "Defines readonly. You can also control each record by specifying a function."
  },
  "CGridInputColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridInputColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridInputColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridInputColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridInputColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridInputColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridInputColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridInputColumn/helper-text": {
    "type": "string|Function",
    "description": "Defines a helper text ganarator"
  },
  "CGridInputColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridInputColumn/input-class-list": {
    "type": "Array|string|Function",
    "description": "Defines an input class name"
  },
  "CGridInputColumn/input-type": {
    "type": "string|Function",
    "description": "Defines an input type"
  },
  "CGridInputColumn/input-validator": {
    "type": "Function",
    "description": "Defines an input validator"
  },
  "CGridInputColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridInputColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridInputColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridInputColumn/validator": {
    "type": "Function",
    "description": "Defines a validator"
  },
  "c-grid-link-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-link-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-link-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-link-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-link-column/column-type": {
    "type": "object|string|Function",
    "description": "Defines a column type"
  },
  "c-grid-link-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-link-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-link-column/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "c-grid-link-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-link-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-link-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-link-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-link-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-link-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-link-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-link-column/href": {
    "type": "string|Function",
    "description": "Defines a href"
  },
  "c-grid-link-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-link-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-link-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-link-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-link-column/target": {
    "type": "string",
    "description": "Defines an anchor target"
  },
  "CGridLinkColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridLinkColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridLinkColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridLinkColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridLinkColumn/column-type": {
    "type": "object|string|Function",
    "description": "Defines a column type"
  },
  "CGridLinkColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridLinkColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridLinkColumn/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "CGridLinkColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridLinkColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridLinkColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridLinkColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridLinkColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridLinkColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridLinkColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridLinkColumn/href": {
    "type": "string|Function",
    "description": "Defines a href"
  },
  "CGridLinkColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridLinkColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridLinkColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridLinkColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridLinkColumn/target": {
    "type": "string",
    "description": "Defines an anchor target"
  },
  "c-grid-menu-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-menu-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-menu-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-menu-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-menu-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-menu-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-menu-column/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "c-grid-menu-column/readonly": {
    "type": "boolean|Function",
    "description": "Defines readonly. You can also control each record by specifying a function."
  },
  "c-grid-menu-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-menu-column/display-options": {
    "type": "object|Array",
    "description": "Defines a menu options for display"
  },
  "c-grid-menu-column/editor-options": {
    "type": "object|Array|Function",
    "description": "Defines a menu options for popup"
  },
  "c-grid-menu-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-menu-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-menu-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-menu-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-menu-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-menu-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-menu-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-menu-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-menu-column/options": {
    "type": "object|Array",
    "description": "Defines a menu options"
  },
  "c-grid-menu-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-menu-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridMenuColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridMenuColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridMenuColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridMenuColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridMenuColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridMenuColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridMenuColumn/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "CGridMenuColumn/readonly": {
    "type": "boolean|Function",
    "description": "Defines readonly. You can also control each record by specifying a function."
  },
  "CGridMenuColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridMenuColumn/display-options": {
    "type": "object|Array",
    "description": "Defines a menu options for display"
  },
  "CGridMenuColumn/editor-options": {
    "type": "object|Array|Function",
    "description": "Defines a menu options for popup"
  },
  "CGridMenuColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridMenuColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridMenuColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridMenuColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridMenuColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridMenuColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridMenuColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridMenuColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridMenuColumn/options": {
    "type": "object|Array",
    "description": "Defines a menu options"
  },
  "CGridMenuColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridMenuColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-percent-complete-bar-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-percent-complete-bar-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-percent-complete-bar-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-percent-complete-bar-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-percent-complete-bar-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-percent-complete-bar-column/action": {
    "type": "object|string|Function",
    "description": "Defines an action"
  },
  "c-grid-percent-complete-bar-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-percent-complete-bar-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-percent-complete-bar-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-percent-complete-bar-column/formatter": {
    "type": "Function",
    "description": "Defines a formatter"
  },
  "c-grid-percent-complete-bar-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-percent-complete-bar-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-percent-complete-bar-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-percent-complete-bar-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-percent-complete-bar-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-percent-complete-bar-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-percent-complete-bar-column/max": {
    "type": "number|string",
    "description": "Defines a max value"
  },
  "c-grid-percent-complete-bar-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-percent-complete-bar-column/min": {
    "type": "number|string",
    "description": "Defines a min value"
  },
  "c-grid-percent-complete-bar-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-percent-complete-bar-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridPercentCompleteBarColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridPercentCompleteBarColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridPercentCompleteBarColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridPercentCompleteBarColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridPercentCompleteBarColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridPercentCompleteBarColumn/action": {
    "type": "object|string|Function",
    "description": "Defines an action"
  },
  "CGridPercentCompleteBarColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridPercentCompleteBarColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridPercentCompleteBarColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridPercentCompleteBarColumn/formatter": {
    "type": "Function",
    "description": "Defines a formatter"
  },
  "CGridPercentCompleteBarColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridPercentCompleteBarColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridPercentCompleteBarColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridPercentCompleteBarColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridPercentCompleteBarColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridPercentCompleteBarColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridPercentCompleteBarColumn/max": {
    "type": "number|string",
    "description": "Defines a max value"
  },
  "CGridPercentCompleteBarColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridPercentCompleteBarColumn/min": {
    "type": "number|string",
    "description": "Defines a min value"
  },
  "CGridPercentCompleteBarColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridPercentCompleteBarColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-radio-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-radio-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-radio-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-radio-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-radio-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-radio-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-radio-column/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "c-grid-radio-column/readonly": {
    "type": "boolean|Function",
    "description": "Defines readonly. You can also control each record by specifying a function."
  },
  "c-grid-radio-column/check-action": {
    "type": "Function",
    "description": "Change the check action from the default."
  },
  "c-grid-radio-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-radio-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-radio-column/group": {
    "type": "Function",
    "description": "Define a function that returns a radio group."
  },
  "c-grid-radio-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-radio-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-radio-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-radio-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-radio-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-radio-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-radio-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-radio-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-radio-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridRadioColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridRadioColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridRadioColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridRadioColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridRadioColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridRadioColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridRadioColumn/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "CGridRadioColumn/readonly": {
    "type": "boolean|Function",
    "description": "Defines readonly. You can also control each record by specifying a function."
  },
  "CGridRadioColumn/check-action": {
    "type": "Function",
    "description": "Change the check action from the default."
  },
  "CGridRadioColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridRadioColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridRadioColumn/group": {
    "type": "Function",
    "description": "Define a function that returns a radio group."
  },
  "CGridRadioColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridRadioColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridRadioColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridRadioColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridRadioColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridRadioColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridRadioColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridRadioColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridRadioColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "c-grid-tree-column/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "c-grid-tree-column/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "c-grid-tree-column/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "c-grid-tree-column/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "c-grid-tree-column/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "c-grid-tree-column/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "c-grid-tree-column/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "c-grid-tree-column/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-tree-column/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "c-grid-tree-column/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "c-grid-tree-column/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "c-grid-tree-column/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "c-grid-tree-column/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-tree-column/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "c-grid-tree-column/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "c-grid-tree-column/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "c-grid-tree-column/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "c-grid-tree-column/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  },
  "CGridTreeColumn/field": {
    "type": "object|string|Function",
    "description": "Defines a column data field"
  },
  "CGridTreeColumn/width": {
    "type": "number|string",
    "description": "Defines a default column width"
  },
  "CGridTreeColumn/min-width": {
    "type": "number|string",
    "description": "Defines a column min width"
  },
  "CGridTreeColumn/max-width": {
    "type": "number|string",
    "description": "Defines a column max width"
  },
  "CGridTreeColumn/column-style": {
    "type": "object|string|Function",
    "description": "Defines a column style. Same as [the `style` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_styles/)."
  },
  "CGridTreeColumn/caption": {
    "type": "string|Function",
    "description": "Defines a header caption"
  },
  "CGridTreeColumn/disabled": {
    "type": "boolean|Function",
    "description": "Defines disabled. You can also control each record by specifying a function."
  },
  "CGridTreeColumn/colspan": {
    "type": "number|string",
    "description": "Defines the layout colspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridTreeColumn/filter": {
    "type": "string|Function",
    "description": "Defines a vue filter name"
  },
  "CGridTreeColumn/header-action": {
    "type": "object|string|Function",
    "description": "Defines a column header action.  Same as [the `headerAction` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_actions.html)."
  },
  "CGridTreeColumn/header-field": {
    "type": "string",
    "description": "Defines a column header data field"
  },
  "CGridTreeColumn/header-icon": {
    "type": "object|string",
    "description": "Defines a header icon"
  },
  "CGridTreeColumn/header-style": {
    "type": "object|string|Function",
    "description": "Defines a column header style. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridTreeColumn/header-type": {
    "type": "object|string|Function",
    "description": "Defines a column header type. Same as [the `headerStyle` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/header_styles.html)"
  },
  "CGridTreeColumn/icon": {
    "type": "object|string|Function",
    "description": "Defines an icon. Same as [the `icon` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/column_icon.html)."
  },
  "CGridTreeColumn/message": {
    "type": "object|string|Function",
    "description": "Defines a message generation method. Same as [the `message` property of the JS API](https://future-architect.github.io/cheetah-grid/documents/api/js/cell_message.html)."
  },
  "CGridTreeColumn/rowspan": {
    "type": "number|string",
    "description": "Defines the layout rowspan.\nThis property can be used when defining in the `layout-header` and `layout-body` slots."
  },
  "CGridTreeColumn/sort": {
    "type": "boolean|string|Function",
    "description": "Defines a sort. See \"[Sort by Column](https://future-architect.github.io/cheetah-grid/documents/api/js/advanced_header/column_sort.html)\" for detail."
  }
}