Unblu Floating JS API
    Preparing search index...

    Type Alias CustomConversationActionsChangedListener

    CustomConversationActionsChangedListener: (
        customConversationActions: CustomAction[],
    ) => void

    Listener called whenever the custom conversation actions change.

    Type Declaration

      • (customConversationActions: CustomAction[]): void
      • Parameters

        • customConversationActions: CustomAction[]

          The custom conversation actions currently available in the conversation

        Returns void