MCPcopy Create free account
hub / github.com/deepnote/deepnote / CalloutTextBlockMetadata

Interface CalloutTextBlockMetadata

packages/blocks/src/blocks/text-blocks.ts:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71export type CalloutTextBlockColor = 'blue' | 'green' | 'yellow' | 'red' | 'purple'
72
73export interface CalloutTextBlockMetadata extends TextBlockMetadata {
74 color?: CalloutTextBlockColor
75}
76
77export type HeadingTextBlockType = 'text-cell-h1' | 'text-cell-h2' | 'text-cell-h3'
78

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected