서명

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

componentValue {#component-value}

속성타입설명
signatureobject서명 정보

signature {#component-value-signature}

속성타입설명
userIdstring구성원 ID
userNamestring구성원 이름
fileIdstring파일 ID
fileNamestring파일 이름

Response Example {#component-data-example}

[  {    "componentType": "WCP_SIGNATURE",    "componentName": "서명",    "componentId": "ID",    "componentCustomId": "custom-id-001",    "componentLabel": "서명",    "componentValue": {      "signature": {        "userId": "구성원 ID",        "userName": "홍길동",        "fileId": "ID",        "fileName": "signature.png"      }    }  }]