Version: 2023.2
言語: 日本語

説明

A query block is the visual element of a query node in a query.

In example, shader=lit will be a query filter block with QueryBlock.name equal to shader, QueryBlock.value equal to lit and the QueryBlock.op equal to =.

変数

contextSearch context that composed this query block.
nameName of the block.
opFilter operator (i.e. :, =, <, >, etc.) of the block if any.
sourceQuery builder source that compose this block.
valueValue of the block.

Public 関数

ApplyThis method is invoked when a selected search proposition must be applied to the builder search query.
ToStringReturns the text filter of the block.