Operation render.table.as.terminal_renderable in plugin tabular v0.5.3
| Author(s) | Markus Binsteiner (markus@frkl.io) |
| Tags | tabular |
| Operation type | render_value |
Inputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| value | A value of type 'table' | table | true | null |
| render_config | Instructions/config on how (or what) to render the provided value. | dict | true | {} |
Outputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| render_value_result | The rendered value, incl. some metadata. | render_value_result | true | null |
Module configuration
Module render.table
With configuration options:
| source_type | "table" |
| target_type | "terminal_renderable" |