Class responsible for editing a snippet. Extends from EditView to provide functionality for editing snippets.
EditView
Creates an instance of the EditSnippet class.
The extension context.
The snippet to be edited.
The provider used to edit the snippet.
Protected
Readonly
Handles the received message and processes commands to edit the snippet.
The received message, typically containing command and data.
Class responsible for editing a snippet. Extends from
EditView
to provide functionality for editing snippets.