멀티 텍스트

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

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

종류코드설명
CP_MULTI_TEXT001최대 입력 글자 수
CP_MULTI_TEXT002입력 허용 값
001 : 문자
002 : 숫자
003 : 특수 기호
CP_MULTI_TEXT003최대 입력 글자 수 설정.
001: 설정 안 함
002: 설정

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

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

Response Example {#component-attribute-example}

[  {      "attributeType": "CP_MULTI_TEXT",      "attributeId": "001",      "attributeName": "최대 입력 글자 수",      "attributeValue": {          "value": "10"      }  },  {      "attributeType": "CP_MULTI_TEXT",      "attributeId": "002",      "attributeName": "입력 허용값",      "attributeValue": {          "items": [              {                  "itemId": "001",                  "itemName": "문자"              }          ]      }  },  {      "attributeType": "CP_MULTI_TEXT",      "attributeId": "003",      "attributeName": "최대 입력 글자 수 설정",      "attributeValue": {          "items": [              {                  "itemId": "002",                  "itemName": "설정"              }          ]      }  }]