Photo Sphere Viewer
    Preparing search index...

    Type Alias ConfigParser<T, U>

    Result of getConfigParser

    type ConfigParser<T, U extends T> = {
        defaults: Required<U>;
        parsers: ConfigParsers<T, U>;
        (config: T): U;
    }

    Type Parameters

    • T
    • U extends T
    Index

    Properties

    Properties

    defaults: Required<U>
    parsers: ConfigParsers<T, U>