LineStyleDefinition.StrokePointProps Interface
Stroke point component definition LineStyleDefinition.ComponentType.StrokePoint. A stroke point component identifies the locations of point symbol components relative to a base stroke pattern component.
Properties
| Name | Type | Description | |
|---|---|---|---|
| descr | string | Name for this stroke point component | |
| lcId | number | The file property id of the stroke component, assumed to be LineStyleDefinition.ComponentType.StrokePattern if lcType is undefined | |
| lcType | LineStyleDefinition.ComponentType | undefined | The component type, leave undefined if lcId is a LineStyleDefinition.ComponentType.StrokePattern | |
| symbols | LineStyleDefinition.Symbols | Array of symbols | 
Defined in
- core/backend/src/LineStyle.ts Line 230
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.