LogoPixi’VN
pixi-jsType aliases

Type Alias: Optional<T, K>

> Optional<T, K> = Omit<T, K> & Partial<Pick<T, K>>

Defined in: node_modules/pixi.js/lib/scene/container/container-mixins/measureMixin.d.ts:9

Internal

A utility type that makes all properties of T optional except for the specified keys K.

Type Parameters

T

T

K

K extends keyof T