Variable ShapePolyLineAttributesConst

ShapePolyLineAttributes: TObject<{
    closed: TOptional<TBoolean>;
    color: TOptional<TString>;
    fillColor: TOptional<TString>;
}> = ...