Variables

Index

let constLists

Contains some constants (macros) with special date/time and boolean values.

● constLists:ConstLists = new ConstLists()


let predicateLinkTypeList

Constants representing various types of relationships between conditions

● predicateLinkTypeList:Array<ConstValue> = [ { id: 'All', key: 'LinkTypeAll' }, { id: 'Any', key: 'LinkTypeAny' }, { id: 'None', key: 'LinkTypeNone' }, { id: 'NotAll', key: 'LinkTypeNotAll' } ]