Orca Note Plugin API Documentation
    Preparing search index...

    Type Alias BlockForConversion

    Simplified block structure used when converting blocks to other formats.

    type BlockForConversion = {
        children?: DbId[];
        content?: ContentFragment[];
    }
    Index

    Properties

    Properties

    children?: DbId[]

    IDs of child blocks

    content?: ContentFragment[]

    Content fragments in the block