File

src/lib/model/tree-value.model.ts

Index

Properties

Constructor

constructor(operator: string, value: string[], actualOperator?: string, useNot?: boolean)
Parameters :
Name Type Optional
operator string no
value string[] no
actualOperator string yes
useNot boolean yes

Properties

Public Optional actualOperator
actualOperator: string
Type : string
Public operator
operator: string
Type : string
Public Optional useNot
useNot: boolean
Type : boolean
Public value
value: string[]
Type : string[]
export class TreeValue {

  constructor(public operator: string,
    public value: string[],
    public actualOperator?: string,
    public useNot?: boolean,
  ) {
  }
}

results matching ""

    No results matching ""