Interface PreferOrder

A prefer order lets the resolver know which assets to prefer depending on the various parameters passed to it.

Memberof

PIXI

interface PreferOrder {
    params: {
        [key: string]: any;
    };
    priority?: string[];
}

Properties

Properties

params: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
priority?: string[]

the importance order of the params

Generated using TypeDoc