Hierarchy

  • BooleanState

Properties

Properties

bool: boolean

boolean state

falsy: (() => void)

Type declaration

    • (): void
    • sets bool to false

      Returns void

negate: (() => void)

Type declaration

    • (): void
    • sets bool to !bool

      Returns void

trully: (() => void)

Type declaration

    • (): void
    • sets bool to true

      Returns void

Generated using TypeDoc