pixi.js
    Preparing search index...

    Interface PreferOrder

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

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

    Properties

    Properties

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

    the importance order of the params