셀렉트 박스

컴포넌트 속성 {#component-attribute}

컴포넌트 속성 종류 {#component-attribute-type}

종류코드설명
CP_SELECTBOX001항목 설정
CP_SELECTBOX002옵션.
001: 직접 입력
002: 연동 코드 선택
CP_SELECTBOX003연동 코드

컴포넌트 속성 정보 {#component-attribute-data}

속성타입설명
attributeTypestring속성 종류
attributeIdstring속성 ID
attributeNamestring속성 이름
attributeValueobject속성값

Response Example {#component-attribute-example}

[  {      "attributeType": "CP_SELECTBOX",      "attributeId": "001",      "attributeName": "항목 설정",      "attributeValue": {          "items": [              {                  "itemId": "ID",                  "itemName": "사과"              },              {                  "itemId": "ID",                  "itemName": "바나나"              }          ]      }  },  {      "attributeType": "CP_SELECTBOX",      "attributeId": "002",      "attributeName": "옵션",      "attributeValue": {          "items": [              {                  "itemId": "001",                  "itemName": "직접 입력"              }          ]      }  },  {      "attributeType": "CP_SELECTBOX",      "attributeId": "003",      "attributeName": "연동 코드",      "attributeValue": {          "items": [              {                  "itemId": "bank",                  "itemName": "은행"              }          ]      }  }]