Type Alias: CssDocSyntaxKind
ts
type CssDocSyntaxKind = "record" | "block" | "modifier" | "inline";Defined in: packages/core/src/configuration.ts:21
The syntactic kind of a tag, mirroring TSDoc's Block/Modifier/Inline split, plus cssdoc's own record kind for the tags that open a documentation record (@component, @utility, …).