Orca Note Plugin API Documentation
    Preparing search index...

    Type Alias Repr

    Represents a block's structure and type information. Used by converters and renderers to determine how to handle a block.

    type Repr = {
        type: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Additional properties specific to the block type

    Index

    Properties

    Properties

    type: string

    The type of the block (e.g., "text", "code", "heading")