Skip to content

Function: cssdocTagNamesByKind()

ts
function cssdocTagNamesByKind(kind): string[];

Defined in: packages/spec/src/index.ts:123

The names of the tags of a given kind, in canonical order.

Parameters

kind

CssdocTagKind

Returns

string[]

Released under the MIT License