Function: get()
> get<T>(id): T | undefined
Defined in: src/narration/decorators/RegisteredLabels.ts:21
Gets a label by its id
Type Parameters
T
T = LabelAbstract<any, { }, number>
Parameters
id
string
The id of the label
Returns
T | undefined
The label or undefined if it does not exist