InterfaceDocumentsSourceBlock
Last updated
Last updated
Block Property | Definition | Example Input | Status |
---|---|---|---|
RefreshEvents are used to refreshing the UI, instead of "dependencies" property.
UI Property | Definition |
---|---|
To know more information about events, please look at Events.
GET
/policies/{policyId}/blocks/{uuid}
POST
/policies/{policyId}/blocks/{uuid}
InterfaceDocumentsSourceBlock can accept and pass-on query parameters to the child pagination and filtration add-ons.
Pagination
Filtration
Example:
Example:
Property Name | Name in JSON | Property Value | Value in JSON | Description |
---|---|---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type |
---|---|
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
type
A block type which outputs information from the DB as grid.
InterfaceDocumentsSource Block (Can't be changed).
tag
Unique name for the logic block.
sensors_grid.
permissions
Which entity has rights to interact at this part of the workflow.
Installer.
defaultActive
Shows whether this block is active at this time and whether it needs to be shown.
Checked or unchecked.
dataType
Specify the table to request the data from.
Current options are: Verifiable Credential, DID, Approve, or Hedera.
Title
Type of the displayed value, possible options. Current options are: TEXT (ordinary text), BUTTON (a button), or BLOCK (a block embedded into the column).
Enable common sorting
When it is true, user can sort grid data on UI side, or make POST request to interfaceSourceBlock with body ({ orderField: 'option.status', orderDirection: 'asc'}) to change sorting through the API
When it is false, user can set order to specific documentSourceAddon block by POST request with same body through the API
Field Name
Object fields to retrieve the values from. Internal fields are separated by ".", access to array elements is via index. This is the field name.
Field Type
Current Options: TEXT, BUTTON, AND BLOCK.
Field Title
Title of the column.
Field Tooltip
Provide a tooltip for the field.
Field Cell Content
Content inside the cell.
Field UI Class
Arbitrary Class
Width
For example : 100px
Bind Group
If interfaceDocumentsSourceBlock has more than one documentsSourceAddon, then you can create different columns for each (names must be the same)
Bind Block
Specifying a "bindBlock" field would result in the display of the linked block in side the dialog.. Needs for the field type to be a BLOCK or BUTTON with the Action type as DIALOGUE.
Action
Needs for the field type to be a BUTTON. Specifies what action will happen when the button is clicked. Action options are currently: LINK to a URL or prompt a DIALOGUE box.
Dialogue Type
Currently only json type is supported. Needs for the field type to be a BUTTON and Action to be DIALOGUE.
Dialogue Content
Provide content for the dialogue box. Needs for the field type to be a BUTTON and Action to be DIALOGUE.
Dialogue Class
Dialog style. Needs for the field type to be a BUTTON and Action to be DIALOGUE.
Event Type
-
Input Event
Output Event
-
Type of the event - determines whether this is ingress or egress event for the current block.
Source
"source"
Block tag(string)
"block_tag"
The block which initiates the event.
Target
"target"
Block tag(string)
"block_tag"
The block which receives the event.
Output Event
"output"
Event name(string)
"event_name"
Action or issue that caused the event.
Input Event
"input"
Event name(string)
"event_name"
Action which will be triggered by the event.
Event Actor
"actor"
Event Initiator
Document Owner
Document Issuer
""
"owner"
"issuer"
Allows to transfer control of the block (execution context) to another user. Empty field leaves control at the Event Initiator.
Disabled
"disabled"
True/False
true/false
Allows to disable the event without deleting it.
policyId*
String
Policy ID
uuid*
String
Block UUID
policyId*
String
Policy ID
uuid*
String
Block UUID
orderDirection
String
Order Direction ASC,DESC
orderField
String
Order Field Path
itemsPerPage
Number
page
Number
key
Number
ID or a tag of the filtration add-ons
Value
String
the filtervalue for the Filtration add-on
filterByUUID
return document with specified uuid