Membrane SDK - v0.8.0
    Preparing search index...

    Interface LoadConfigOptions

    Options for loading configuration

    interface LoadConfigOptions {
        validate?: boolean;
        useCache?: boolean;
    }
    Index

    Properties

    Properties

    validate?: boolean

    Whether to validate that all required fields are present

    false
    
    useCache?: boolean

    Whether to use cached configuration

    true