BlockSuite API Documentation / @blocksuite/blocks / EmbedGithubBlockProps
Type alias: EmbedGithubBlockProps
EmbedGithubBlockProps:
object
&EmbedGithubBlockUrlData
Type declaration
caption
caption:
string
|null
githubId
githubId:
string
githubType
githubType:
"issue"
|"pr"
owner
owner:
string
repo
repo:
string
style
style: typeof
EmbedGithubStyles
[number
]
url
url:
string
Source
packages/blocks/src/embed-github-block/embed-github-model.ts:26