LogoPixi’VN
pixi-jsType aliases

Type Alias: Dict<T>

> Dict<T> = object

Defined in: node_modules/pixi.js/lib/utils/types.d.ts:14

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

Type Parameters

T

T

Index Signature

[key: string]: T

Advanced