Constructors

Methods

  • add a single item to the set

    Parameters

    • val: unknown

      object of any type

    Returns void

  • add multiple values and union all of them

    Parameters

    • values: unknown[]

      list of values to add and then union each one

    Returns void

  • Returns void

  • Parameters

    • val: unknown

    Returns undefined | string

  • Returns string

  • Parameters

    • groupId: string

    Returns undefined | number

  • Parameters

    • val: unknown

    Returns boolean

  • Parameters

    • value1: unknown
    • value2: unknown

    Returns boolean

  • remove a value from the set, this will not recalculate the dependencies or connections

    Parameters

    • val: unknown

      object of any type

    Returns void

  • Parameters

    • groupId: string

    Returns void

  • Parameters

    • value1: unknown
    • value2: unknown

    Returns string