TESSA Web API
    Preparing search index...
    interface BindingLazy<M> {
        lazyValue: (m: M) => void;
        loaded: boolean;
        ready: boolean;
        load(): Promise<void>;
        prepare(): void;
    }

    Type Parameters

    • M
    Index

    Properties

    Methods

    Properties

    lazyValue: (m: M) => void
    loaded: boolean
    ready: boolean

    Methods

    • Returns Promise<void>

    • Returns void