sketcheditors

<sketchEditorsConfiguration
>
required

Define custom symbol editors for sketch layer

<customSketchEditor
<id
>
required
string

Unique identifier for the custom sketch symbol editor

</id>
<printName
>
required
string

Name displayed for the custom sketch symbol editor

</printName>
<createUrl
>
required
anyURI

The absolute URL to open the custom sketch symbol editor to create a new symbol

</createUrl>
<createIcon
>
required
string

Path to the icon within Cadenza theming folder to be shown for creating a new symbol with the editor

</createIcon>
<editUrl
>
required
anyURI

The absolute URL to open the custom sketch symbol editor to edit an existing symbol

</editUrl>
<editIcon
>
required
string

Path to the icon within Cadenza theming folder to be shown for editing an existing symbol with the editor

</editIcon>
>
optionalmax. unbounded
</customSketchEditor>
</sketchEditorsConfiguration>