멀티 셀렉트 박스

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

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

종류코드설명
CP_MULTI_SELECTBOX001항목 설정

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

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

Response Example {#component-attribute-example}

[  {      "attributeType": "CP_MULTI_SELECTBOX",      "attributeId": "001",      "attributeName": "항목 설정",      "attributeValue": {          "items": [              {                  "itemId": "ID",                  "itemName": "사과"              },              {                  "itemId": "ID",                  "itemName": "바나나"              }          ]      }  }]