Loading

button

NameDefault
--warp-view-button-font-size1rem
--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-widthauto
--warp-view-button-border-radius0.25rem
NameTypeDescription
datamacroMacro to exec against The Warp 10 instance when button is clicked.
globalParamsOptionGlobal options (see above) concerning this tile
paramsOption[]List of options (see above) concerning each displayed dataset depending of the index of this array
eventsEvents[]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 + %>