Skip to content

Function: cssdocTagNamesByArgument()

ts
function cssdocTagNamesByArgument(argument): string[];

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

The names of the tags that take a given argument shape, in canonical order.

Parameters

argument

CssdocTagArgument

Returns

string[]

Released under the MIT License