Last date modified: 2025-Jul-02

Interface: IContentHighlightingFeature

Decription of a registered content highlighting feature

Properties

applicationGuid?

readonlyoptionalapplicationGuid: string

Application GUID for the extension this feature belongs to

This will be undefined for "built-in" content highlighting features


config

readonlyconfig: Readonly<IContentHighlightingFeatureConfig>

The feature configuration


extensionId?

readonlyoptionalextensionId: string

ID of the extension this feature belongs to

This will be undefined for "built-in" content highlighting features


id

readonlyid: string

Unique ID for this feature


order

readonlyorder: number

Order used to determine the order of content highlighting features in the UI


priority

readonlypriority: number

Priority that will be used when invoking content highlighting rendering functions

Return to top of the page
Feedback