Function: add()
> add(...labels): void
Defined in: src/narration/decorators/RegisteredLabels.ts:36
Saves a label in the system
Parameters
labels
...LabelAbstract<any, any, number>[]
The label(s) to be saved
Returns
void
> add(...labels): void
Defined in: src/narration/decorators/RegisteredLabels.ts:36
Saves a label in the system
...LabelAbstract<any, any, number>[]
The label(s) to be saved
void