Skip to content

CI-3200 - add Audio node#128

Draft
hannahtesfay wants to merge 1 commit intomainfrom
CI-3200-beta-audio-component
Draft

CI-3200 - add Audio node#128
hannahtesfay wants to merge 1 commit intomainfrom
CI-3200-beta-audio-component

Conversation

@hannahtesfay
Copy link
Copy Markdown
Member

This PR adds Audio to the content-tree

Comment thread README.md
interface Audio extends Node {
type: "audio"
src: string
title: string
Copy link
Copy Markdown
Contributor

@umbobabo umbobabo Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Move this before src. In other components the title is always the first field for clarity

Comment thread README.md
### `Audio`

```ts
interface Audio extends Node {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Similarly to my PRs we should start documenting the fields with their purpose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants