StructureOutputJson
    Preparing search index...

    Type Alias ListItem

    type ListItem = {
        body: ListBody;
        label: ListLabel;
        rect: Rect;
        type: "listItem";
    }
    Index

    Properties

    Properties

    body: ListBody
    label: ListLabel
    rect: Rect
    type: "listItem"