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
{
    "dock_to_container_footer": false,
    "label": {
        "condition": "string",
        "hover": false,
        "icons": [
            {
                "placement": "string",
                "tooltip": [
                    {
                        "condition": "string",
                        "heading": false,
                        "text": "string"
                    }
                ],
                "type": "string"
            }
        ],
        "navigation": "string",
        "text": "string"
    },
    "url": "string"
}
boolean
dock_to_container_footer
Optional

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

label
Required

Label that will be displayed for a UI element.

string
url
Optional

Hyperlink to the UI page that provides details of action.

Property Of