Annotations

AnnotationPresetUpdate

Detailed reference for AnnotationPresetUpdate.

Patch/update payload used to partially update a preset.

Type details

  • Kind: type

Declaration

export type AnnotationPresetUpdate =
  | AnnotationPresetMap
  | ((current: AnnotationPresetMap) => AnnotationPresetMap);

Members

  • No direct fields are declared in this exported contract.