The EpisodeName component is allows episodes to be displayed in a safe manner, catching issues where required YAML properties are not set. It also allows for including the owner and repository information to contextualise where an episode is located. Episodes with missing dependencies will have a warning appended to their name.
Props
| Name | Type | Default value | Required? | Description |
|---|---|---|---|---|
episode |
File | - | Yes | Episode whose name should be displayed. |
includeRepo |
Boolean | true |
No | Whether to display the owner/repository information for the episode. |
Computed
| Name | Type | Description |
|---|---|---|
owner_repo |
string|Object | Episode owner and repository information, if available. |