Implements

Constructors

Properties

Methods

Constructors

  • Create a BoolPointer instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a BoolPointer instance with the specified options.

    Returns BoolPointer

    Returns a BoolPointer instance.

    const boolPointer = await BoolPointer.create();
    

Properties

options: Options

Methods

  • Destroy the current object

    Returns Promise<void>

  • Create a BoolPointer instance.

    Parameters

    • Optionaloptions: Options

      Create a BoolPointer instance with the specified options

    Returns Promise<BoolPointer>

    Returns a BoolPointer instance.

    const boolPointer = await BoolPointer.create();