Type Alias LineLayoutProps
type LineLayoutProps = {
"line-cap": DataDrivenProperty<"butt" | "round" | "square">;
"line-join": DataDrivenProperty<"bevel" | "round" | "miter">;
"line-miter-limit": DataDrivenProperty<number>;
"line-round-limit": DataDrivenProperty<number>;
"line-sort-key": DataDrivenProperty<number>;
}
"line-cap": DataDrivenProperty<"butt" | "round" | "square">;
"line-join": DataDrivenProperty<"bevel" | "round" | "miter">;
"line-miter-limit": DataDrivenProperty<number>;
"line-round-limit": DataDrivenProperty<number>;
"line-sort-key": DataDrivenProperty<number>;
}
Index
Was this helpful?