For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/IRegisterExtensionOptionalParameters.md.

Interface: IRegisterExtensionOptionalParameters

Beta

Optional parameter definition for RegisterEditorExtension function Allows the extension registrar to specify optional textual description and notes which would be visible through the extension manager

Properties

description?

optional description?: string

Beta

Remarks

Description of the extension.


notes?

optional notes?: string

Beta

Remarks

Additional notes and description of the extension.


toolGroupId?

optional toolGroupId?: string

Beta

Remarks

An optional custom group identifier that will be used for all Modal Tools created from the registered extension.