Skip to content

DictionaryKey

@scaryterry/pdfium


DictionaryKey = AnnotationDictionaryKey | string & object

Defined in: src/core/types.ts:533

Key for annotation dictionary lookups.

Accepts well-known AnnotationDictionaryKey values for autocomplete, as well as arbitrary string keys via the string & {} intersection pattern.