数式表

コンポーネント属性 {#component-attribute}

コンポーネント属性の種類 {#component-attribute-type}

種類コード説明
CP_TABLE_FORM_CAL002行の追加を許可
001: 使用しない
002: 使用
CP_TABLE_FORM_CAL003フィールド設定

コンポーネント属性の情報 {#component-attribute-data}

属性タイプ説明
attributeTypestring属性の種類
attributeIdstring属性 ID
attributeNamestring属性名
attributeValueobject属性値

コンポーネント属性情報の詳細 {#component-attribute-data-detail}

tables {#component-attribute-data-tables}

属性タイプ説明
cellIdstringフィールド ID
cellTypestringフィールドの種類
text: 文字
number: 数字
date: 日付
combo: プルダウンリスト
multiCombo: 複数選択プルダウン
sequence: 列番号
link: URL
emp-search: メンバー検索
cellNamestring列名
comboOptionItemobjectプルダウンリストのオプション
001: 直接入力
002: 選択リストを使用
comboItemsarrayプルダウンリストの項目
comboOptionCodeItemobjectプルダウンリストの選択リスト
multiComboItemsarray複数選択プルダウンの項目
isCalculationboolean計算式フラグ

Response Example {#component-attribute-example}

[    {        "attributeType": "CP_TABLE_FORM_CAL",        "attributeId": "002",        "attributeName": "行の追加を許可",        "attributeValue": {            "items": [                {                    "itemId": "002",                    "itemName": "使用"                }            ]        }    },    {        "attributeType": "CP_TABLE_FORM_CAL",        "attributeId": "003",        "attributeName": "フィールド設定",        "attributeValue": {            "tables": [                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "text",                    "cellName": "名前",                    "isCalculation": false                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "number",                    "cellName": "年齢",                    "isCalculation": false                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "date",                    "cellName": "生年月日",                    "isCalculation": false                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "combo",                    "cellName": "趣味",                    "comboOptionItem": {                        "itemId": "001",                        "itemName": "直接入力"                    },                    "comboItems": [                        {                            "itemId": "b1b42dc7-1234-1234-1234",                            "itemName": "登山"                        },                        {                            "itemId": "b1b42dc7-1234-1234-1234",                            "itemName": "読書"                        }                    ],                    "isCalculation": false                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "multicombo",                    "cellName": "趣味",                    "comboOptionItem": {                        "itemId": "001",                        "itemName": "直接入力"                    },                    "comboItems": [                        {                            "itemId": "b1b42dc7-1234-1234-1234",                            "itemName": "登山"                        },                        {                            "itemId": "b1b42dc7-1234-1234-1234",                            "itemName": "読書"                        }                    ],                    "isCalculation": false                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "combo",                    "cellName": "連携コード",                    "comboOptionItem": {                        "itemId": "002",                        "itemName": "選択リストを使用"                    },                    "comboOptionCodeItem": {                        "itemId": "2",                        "itemName": "test"                    },                    "isCalculation": false                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "sequence",                    "cellName": "番号",                    "isCalculation": false                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "link",                    "cellName": "ホームページ",                    "isCalculation": false                },                {                    "cellId": "b1b42dc7-1234-1234-1234",                    "cellType": "emp-search",                    "cellName": "従業員",                    "isCalculation": false                }            ]        }    }]