Skip to content

cupertino-files / PredicateOperand

Interface: PredicateOperand

Defined in: src/tst/predicates.ts:214

One side of a comparison.

Properties

argType

argType: number | undefined

Defined in: src/tst/predicates.ts:227

arg_type as stored. Preserved because kind is derived from which value field is populated, which is reliable, whereas the code itself is an unpublished enum.


boolean?

optional boolean?: boolean

Defined in: src/tst/predicates.ts:219


durationUnits?

optional durationUnits?: number

Defined in: src/tst/predicates.ts:221

Duration operands only: the unit code the app displays it in.


kind

kind: PredicateOperandKind

Defined in: src/tst/predicates.ts:215


number?

optional number?: number

Defined in: src/tst/predicates.ts:217

Numbers, dates (as an Apple epoch offset) and durations.


string?

optional string?: string

Defined in: src/tst/predicates.ts:218

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.