Home > @i2analyze/i2connect > spi > VisualQueryConditionAspect
spi.VisualQueryConditionAspect type
The aspect of the identified property or metadata to use in the Visual Query condition.
Signature:
export type VisualQueryConditionAspect =
| 'DATE_AND_TIME'
| 'DATE'
| 'TIME'
| 'DAY_OF_MONTH'
| 'MONTH'
| 'QUARTER'
| 'YEAR'
| 'DAY_OF_WEEK'
| 'WEEK_OF_YEAR';