Skip to main content

Interface: IRegisterExtensionOptionalParameters

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

Remarks

Description of the extension.


notes?

optional notes: string

Remarks

Additional notes and description of the extension.


toolGroupId?

optional toolGroupId: string

Remarks

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