wima
    Preparing search index...

    Interface AssetParserPluginOptions<T>

    interface AssetParserPluginOptions<T> {
        asset: Constructor<T>;
        parser: Parser<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    asset: Constructor<T>
    parser: Parser<T>