Skip to content

helix / RecipeRef

Class: RecipeRef

Defined in: core/values/recipe.ts:133

A reference to a registered recipe (<ns>:name).

Implements

Constructors

Constructor

new RecipeRef(id): RecipeRef

Defined in: core/values/recipe.ts:134

Parameters

id

string

Returns

RecipeRef

Properties

id

readonly id: string

Defined in: core/values/recipe.ts:134

Methods

render()

render(): string

Defined in: core/values/recipe.ts:135

Returns

string

Implementation of

CommandValue.render

Released under the MIT License · Credits