We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a55de2 commit 14a467eCopy full SHA for 14a467e
1 file changed
packages/scenes-client/src/models/object/types/sceneObjectSchemas.ts
@@ -28,7 +28,7 @@ export type ExpressionOrConditions =
28
/** A structured expression definition that wraps an expression or conditions with optional reusable variable definitions. */
29
export type StyleExpression = {
30
/** The expression value: either a JSEP expression string or a conditions object. */
31
- value: ExpressionOrConditions;
+ expression: ExpressionOrConditions;
32
/** Named variables that can be referenced in expressions and conditions. */
33
defines?: { [key: string]: ExpressionString };
34
};
0 commit comments