Last date modified: 2025-Jul-02

Type Alias: PartialHighlightConfig

PartialHighlightConfig: { [P in keyof HighlightConfig]?: HighlightConfig[P] }

The configuration object for [[Highlight]] objects. Like [[HighlightConfig]] but the properties are all optional. This type is used when creating new highlight sets.

Return to top of the page
Feedback