Loom Engine - v3.1.1
    Preparing search index...

    Interface AuthorityWsAdapterOptions

    interface AuthorityWsAdapterOptions {
        handoff?: AuthorityHandoff;
        handoffOptions?: AuthorityOptions;
        onChange?: (change: AuthorityChange) => void;
        onError?: (err: Error, raw: string) => void;
        tickIntervalMs?: number;
        nowFn: () => number;
    }
    Index

    Properties

    handoffOptions?: AuthorityOptions
    onChange?: (change: AuthorityChange) => void
    onError?: (err: Error, raw: string) => void
    tickIntervalMs?: number
    nowFn: () => number