zendesk-messaging-client
    Preparing search index...

    Type Alias ExtraChannelOptions

    Extra options to pass directly to the channel API.

    type ExtraChannelOptions = {
        messenger?: {
            messenger_extensions?: boolean;
            webview_share_button?: "hide";
        };
    }
    Index

    Properties

    Properties

    messenger?: { messenger_extensions?: boolean; webview_share_button?: "hide" }

    Messenger channel options.

    Type declaration

    • Optionalmessenger_extensions?: boolean

      For webview type actions, a boolean value indicating whether the URL should be loaded with Messenger Extensions enabled. More info.

    • Optionalwebview_share_button?: "hide"

      For webview type actions, a string value indicating if the share button should be hidden. More Info.