Unblu Agent Embedded JS API
    Preparing search index...

    Interface CustomAction

    Definition of a custom action

    interface CustomAction {
        iconUrl: string;
        id: string;
        key: string;
        name: string;
        type: CustomActionType;
    }
    Index

    Properties

    Properties

    iconUrl: string

    The URL to the icon of the custom action

    id: string

    The ID of the custom action

    key: string

    The key of the custom action

    name: string

    The name of the custom action

    The type of the custom action