Interface operation

Datatype representing an operation keyword

Hierarchy

  • operation

Properties

Properties

op: ((a: boolean, b: boolean) => boolean)

Type declaration

    • (a: boolean, b: boolean): boolean
    • The boolean operation of the operator

      Parameters

      • a: boolean
      • b: boolean

      Returns boolean

priority: number

The priority of the expression

type: string

The type of the operation

Generated using TypeDoc