Unblu Branch Client App Component API
    Preparing search index...

    Type Alias CustomActionInvocationListener

    CustomActionInvocationListener: (
        customActionInvocation: CustomActionInvocation,
    ) => void

    Listener called whenever a custom action invocation triggers an API event for the client

    Type declaration