Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CaveatOptions

typedef

{Object} CaveatOptions

property

{string} condition - the key used to identify the caveat

property

{string|number} value - value for the caveat to be compared against

property

{string} comp - a comparator string for how the value should be evaluated Describes options to create a caveat. The condition is like the variable and the value is what it is expected to be. Encoded format would be "condition=value"

Hierarchy

  • CaveatOptions

Index

Properties

Properties

Optional comp

comp: undefined | string

condition

condition: string

value

value: string | number

Generated using TypeDoc