@logixjs/react
    Preparing search index...

    Interface UseRuntimeOptions

    interface UseRuntimeOptions {
        layer?: Layer<any, any, never>;
        layers?: readonly Layer<any, any, never>[];
    }
    Index

    Properties

    Properties

    layer?: Layer<any, any, never>
    layers?: readonly Layer<any, any, never>[]