Link Search Menu Expand Document

external-types.d overview


Table of contents


utils

PIXIDestroyOptions (type alias)

Signature

export declare type PIXIDestroyOptions =
  | Partial<{
      children: boolean
      texture: boolean
      baseTexture: boolean
    }>
  | boolean