Unblu Embedded App Component API
    Preparing search index...

    Type Alias CustomPersonActionsChangedListener

    CustomPersonActionsChangedListener: (
        customPersonActions: CustomAction[],
    ) => void

    Listener called whenever the custom person actions change.

    Type Declaration

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

        • customPersonActions: CustomAction[]

          The custom person actions currently available in the conversation

        Returns void