Skip to content

BlockSuite API Documentation / @blocksuite/affine-model / 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

Defined in

packages/affine/model/src/blocks/embed/github/github-model.ts:24