Reference - BaklavaJS
    Preparing search index...

    Interface CheckConnectionHookResult

    interface CheckConnectionHookResult {
        connectionAllowed: boolean;
        connectionsInDanger: IConnection[];
    }
    Index

    Properties

    connectionAllowed: boolean
    connectionsInDanger: IConnection[]