pixi.js
    Preparing search index...

    Type Alias Dict<T>Advanced

    Dict: { [key: string]: T }

    A dictionary type that maps string keys to values of type T.

    Type Parameters

    • T

    Type declaration

    • [key: string]: T