Request Vc Document Block Addon (requestVcDocumentBlockAddon)
Last updated
Last updated
The purpose of this block is to display an interactive button in the interfaceDocumentsSourceBlock.
As shown in the example below, requestVcDocumentBlockAddon blocks should be placed inside interfaceDocumentsSourceBlock blocks.
Property Name | Description | Example | Status |
---|---|---|---|
Button Name (buttonName) | The label (name) of the button as displayed to the user. | Add report | |
UI Class (uiClass) | The UI class of the button. | "btn-approveโ, โbtn-rejectโ, โbtn-link | |
Dialog Title (dialogTitle) | The title of the dialog. | Add report | |
Schema (schema) | Schema which will be used for document creation. | #de62118a-d746-4c9f-ba1a-2278b13a2137 | |
Id Type (idTypev) | Type of identifier in document which will be created. | โUUIDโ, โDIDโ, โOWNERโ | |
Preset (preset) | Will selected document be used as preset. | true, false | |
Preset Schema (presetSchema) | Schema which will be used as a preset schema. | #de62118a-d746-4c9f-ba1a-2278b13a2137 | |
Preset Fields (presetFields) | Preset fields configuration. | [ { "name": "field0", "title": "Project Details", "value": "field0", "readonly": false } ] |
Request VC document block addon events will be automatically added to document source.
The API for the dropdownBlockAddon has both GET and POST methods:
1. Example response to the GET request:
A response to the GET request includes all block settings and:
โ schema - Schema document
Example payload for the POST request:
โ document - Credential subject
โ ref - Reference document identifier