jig.document

Configuration options
Core structure
Other options
Examples and code snippets
PDF Document Example

type: jig.document
title: PDF Document Type (Dynamic Data)
description: Example of PDF Financial Report
icon: document
badge: 1
placeholders:
- when: [email protected]
title: No data to display
source:
documentType: PDF
uri: [email protected][type='PDF'].urldatasources:
documents-dynamic:
type: datasource.sqlite
options:
provider: DATA_PROVIDER_DYNAMIC
entities:
- entity: default/documents
query: |
SELECT
id,
'$.name',
'$.description',
'$.type',
'$.url'
FROM [default/documents] HTML Document Example (URL)

HTML Document Example (Content)

HTML Document Example (Content with Message Listener)

See Also
Last updated
Was this helpful?