FooterAction

FooterAction
FooterAction

Action specified at the footer of a widget to provide additional information or to provide a clickable url for navigation. An example usage of footer action is provided under the 'example_request' section of 'CreateWidgetConfiguration' API.

JSON Example
{
    "url": "string",
    "dock_to_container_footer": false,
    "label": {
        "text": "string",
        "hover": false,
        "navigation": "string",
        "condition": "string",
        "icons": [
            {
                "placement": "string",
                "type": "string",
                "tooltip": [
                    {
                        "text": "string",
                        "condition": "string"
                    }
                ]
            }
        ]
    }
}
string
url
Optional

Hyperlink to the UI page that provides details of action.

boolean
dock_to_container_footer
Optional

If true, the footer will appear in the underlying container that holds the widget.

label
Required

label

Property Of