API 参考
    正在准备搜索索引...

    接口 UseContainerOptions

    Container options.

    interface UseContainerOptions {
        fallback?: boolean;
        fallbackOnErrors?: boolean;
    }
    索引

    属性

    fallback?: boolean

    If set to true, then default container will be used in the case if given container haven't returned anything.

    fallbackOnErrors?: boolean

    If set to true, then default container will be used in the case if given container thrown an exception.