interface DefinitionEditorJson {
    inputs?: InputJson[];
    parameterizedExpression?: string;
}

Properties

inputs?: InputJson[]

An array of input objects.

parameterizedExpression?: string

A string value representing the where clause for the interactive filter.