Skip to content

Commit 9581059

Browse files
committed
wip svghmi
1 parent e808a44 commit 9581059

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/designer/SvgHmiPropertiesService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default class AttachedPropertiesService extends AbstractPolymerLikeProper
1010
public override async getProperties(designItem: IDesignItem): Promise<IProperty[] | IPropertyGroup[]> {
1111
return Array.from((<SvgHmi>designItem.element)._svgHmiProperties.entries().map(x => ({
1212
name: x[1].name,
13-
propertyName: x[0],
1413
type: x[1].type,
1514
service: this,
1615
propertyType: PropertyType.propertyAndAttribute

0 commit comments

Comments
 (0)