@tawaship/pixim-animate-container - v3.0.0
    Preparing search index...

    Interface IAnimateLoaderTarget

    interface IAnimateLoaderTarget {
        basepath: string;
        filepath?: string;
        id: string;
        options?: IAnimateLoadAssetOption & {
            handleManifest?: (manifests: IAnimateManifest[]) => Promise<void>;
        };
    }

    Hierarchy (View Summary)

    Index
    basepath: string

    Directory path of Animate content.

    filepath?: string

    Javascript file path of Animate content.

    id: string

    "lib.properties.id" in Animate content.

    options?: IAnimateLoadAssetOption & {
        handleManifest?: (manifests: IAnimateManifest[]) => Promise<void>;
    }

    Type Declaration

    • OptionalhandleManifest?: (manifests: IAnimateManifest[]) => Promise<void>

      Additional processing handlers for lib.properties.manifest.

      Changes made by this process are temporary and will only be reflected in the current load process.