Type Alias ElementStroke

ElementStroke: {
    content: ElementContentBase;
    placement: StrokePlacement;
    strokeSides?: StrokeSides;
    style: StrokeStyle;
    width: PrecisionValue;
}

Type declaration