{% uses %}
Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
ref | string | ✓ | The id of a component in the same blueprint that this component depends on |
Valid Parent Contexts
This tag is valid inside: {% component %}
Declares that the parent \{% component %\} depends on the component referenced by ref. Prose body describes the nature of the dependency.
Component wiring using the uses tag
{% uses ref="BookmarkRepository" %}Persists bookmark records.{% /uses %}