Interface PreferOrder

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

PIXI

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

Properties

Properties

params: { [key: string]: any }
priority?: string[]

the importance order of the params