clik-engine API
    Preparing search index...

    Interface AssetManifest

    interface AssetManifest {
        boot?: AssetEntry[];
        deferred?: AssetEntry[];
        main?: AssetEntry[];
    }
    Index

    Properties

    Properties

    boot?: AssetEntry[]
    deferred?: AssetEntry[]
    main?: AssetEntry[]