Unblu Agent Embedded JS API
Preparing search index...
InRangeTimestampOperator
Interface InRangeTimestampOperator
"In range" timestamp operator. Matches timestamps within min/max range (inclusive)
interface
InRangeTimestampOperator
{
maximum
:
number
;
minimum
:
number
;
type
:
IN_RANGE
;
}
Index
Properties
maximum
minimum
type
Properties
maximum
maximum
:
number
minimum
minimum
:
number
type
type
:
IN_RANGE
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
maximum
minimum
type
Unblu Agent Embedded JS API
Loading...
"In range" timestamp operator. Matches timestamps within min/max range (inclusive)