change full detail display to onHold
This commit is contained in:
parent
5b9b1de94b
commit
4032baa8ab
3 changed files with 118 additions and 69 deletions
|
|
@ -91,5 +91,6 @@ export var stringParamsDefinition: { [key: string]: string } = {
|
|||
}
|
||||
|
||||
export var conditionTests: { [key: string]: (arg: any) => boolean } = {
|
||||
'not-zero': (arg: any) => arg != 0
|
||||
'not-zero': (arg: any) => arg != 0,
|
||||
'false-if-another-exist': (arg: any) => arg[1] != undefined
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue