cupertino-files / PlaceholderKind
Variable: PlaceholderKind
constPlaceholderKind:Readonly<Record<"BODY"|"GENERIC"|"SLIDE_NUMBER"|"TITLE"|"OBJECT",number>>
Defined in: src/keynote/document.ts:60
KN.PlaceholderArchive.Kind, the enum the archive states about itself.
Distinct from the slide field a placeholder hangs off: the field says which role the slide is filling, the kind says what the archive is. They agree in every corpus deck, and both are exposed so a disagreement is visible rather than resolved silently.