LogoPixi’VN
pixi-jsType aliases

Type Alias: ExtractSystemTypes<T>

> ExtractSystemTypes<T> = { [K in NameType<T>]: InstanceType<Extract<T[number], { extension: { name: K } }>> }

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/system/utils/typeUtils.d.ts:34

Internal

Create a mapped type where each property key is a 'name' value, and each property value is an ElementType with a matching 'name'

Type Parameters

T

T extends SystemsWithExtensionList