Skip to content

Commit 6007de6

Browse files
committed
Codegen
1 parent 86b3c73 commit 6007de6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style-spec/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,9 @@ export type ModelLayerSpecification = {
13611361
"layout"?: {
13621362
"visibility"?: "visible" | "none" | ExpressionSpecification,
13631363
"model-id"?: DataDrivenPropertyValueSpecification<string>,
1364+
/**
1365+
* @experimental This property is experimental and subject to change in future versions.
1366+
*/
13641367
"model-allow-density-reduction"?: boolean
13651368
},
13661369
"paint"?: {

0 commit comments

Comments
 (0)