pixi.js
    Preparing search index...

    Type Alias TypeOrBool<T>Advanced

    TypeOrBool: T | boolean

    A utility type that allows a type to be either the specified type or a boolean. This is useful for options that can be either a specific value or a boolean flag.

    Type Parameters

    • T