Name | Default |
--warp-view-button-font-size | 1rem |
--warp-view-button-border-color | #004eff |
--warp-view-button-padding | .375rem .75rem |
--warp-view-button-label-color | #ffffff |
--warp-view-button-bg-color | #004eff |
--warp-view-button-width | auto |
--warp-view-button-border-radius | 0.25rem |
Name | Type | Description |
data | macro | Macro to exec against The Warp 10 instance when button is clicked. |
globalParams | Option | Global options (see above) concerning this tile |
params | Option[] | List of options (see above) concerning each displayed dataset depending of the index of this array |
events | Events[] | List of events to emit (see Events Mechanism) |
Sample
<div style="height: 250px">
<discovery-tile url="https://sandbox.senx.io/api/v0/exec" type="button">
<% 2 2 + %>
</discovery-tile>
</div>
<% 2 2 + %>