Files
few-line-engine/out/js/docs/Query.md

572 B

LowCodeEngineApi.Query

Properties

Name Type Description Notes
id String Unique query identifier [optional]
source String Query source code [optional]
isActive Number Whether the query is active (1 = active, 0 = inactive) [optional]
isCommand Number Whether this is a command (1 = command, 0 = query) [optional]
project Project [optional]
logs [Log] [optional]