Search
    Preparing search index...
    interface IWhenOptions {
        name?: string;
        onError?: (error: any) => void;
        requiresObservable?: boolean;
        timeout?: number;
    }
    Index

    Properties

    name?: string
    onError?: (error: any) => void
    requiresObservable?: boolean

    Experimental. Warns if the view doesn't track observables

    timeout?: number