@turbowarp/types
    Preparing search index...

    Interface Comment

    interface Comment {
        blockId: string | null;
        height: number;
        id: string;
        minimized: boolean;
        text: string;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    blockId: string | null
    height: number
    id: string
    minimized: boolean
    text: string
    width: number
    x: number
    y: number