We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e808a44 commit 9581059Copy full SHA for 9581059
src/designer/SvgHmiPropertiesService.ts
@@ -10,7 +10,6 @@ export default class AttachedPropertiesService extends AbstractPolymerLikeProper
10
public override async getProperties(designItem: IDesignItem): Promise<IProperty[] | IPropertyGroup[]> {
11
return Array.from((<SvgHmi>designItem.element)._svgHmiProperties.entries().map(x => ({
12
name: x[1].name,
13
- propertyName: x[0],
14
type: x[1].type,
15
service: this,
16
propertyType: PropertyType.propertyAndAttribute
0 commit comments