UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

35 lines (34 loc) 1.06 kB
/** */ export class Documents_CreateComment_RECORD { static copyOfResponse() { return JSON.parse(JSON.stringify(this.RESPONSE)); } } Documents_CreateComment_RECORD.PATH = 'tenants/hexagonsdaop/sessions/6562119136c2458fbce7dd90b3bf48f3_351699060_1257_331442876/dialogs/12/record'; Documents_CreateComment_RECORD.RESPONSE = { "dialogAlias": "Documents_CreateComment", "annotations": [], "id": null, "type": "hxgn.api.dialog.Record", "dialogName": "Documents_CreateComment", "properties": [{ "name": "P_NAME", "format": null, "annotations": [], "type": "hxgn.api.dialog.Property", "value": "" }, { "name": "P_DESCRIPTION", "format": null, "annotations": [], "type": "hxgn.api.dialog.Property", "value": "" }, { "name": "P_IMAGE", "format": null, "annotations": [], "type": "hxgn.api.dialog.Property", "value": null }] };