Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.7 KB

Button.md

File metadata and controls

29 lines (25 loc) · 1.7 KB

Button

Properties

Name Type Description Notes
accessibility_text string Ex: connect [optional]
action object Action data [optional]
additional_information string Ex: connect [optional]
color string Ex: #f2f2f2 [optional]
confirmation_text string Text to show user before executing functionName [optional]
function_name string Name of function to call [optional]
parameters object Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API [optional]
html string Ex: connect [optional]
id string HTML element id [optional]
image string Ex: https://image.jpg [optional]
ion_icon string Ex: ion-refresh [optional]
link string Ex: https://local.quantimo.do
state_name string State to go to [optional]
state_params object Data to provide to the state [optional]
success_toast_text string Text to show user after executing functionName [optional]
success_alert_title string Text to show user after executing functionName [optional]
success_alert_body string Text to show user after executing functionName [optional]
text string Ex: Connect
tooltip string Ex: This is a tooltip [optional]
webhook_url string Post here on button click [optional]

[Back to Model list] [Back to API list] [Back to README]