Functions

milestoneTags

Function: milestoneTags()

milestoneTags(milestone): readonly string[]

Defined in: src/conventions.ts:491

The tags that DECLARE a Milestone on a stage: its kind tag and its label tag, in that order. What a declaration site spreads into .tag(...) or { tags }; what milestoneFromTags reads back.

Parameters

milestone

Milestone

Returns

readonly string[]

On this page