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

    Interface BranchStateChangeEvent

    Event emitted every time the branch state changes.

    interface BranchStateChangeEvent {
        detail: BranchState;
    }

    Hierarchy

    Index

    Properties

    Properties

    detail: BranchState

    The branch state (ACTIVE, MAINTENANCE, or INACTIVE)