@triply/triplydb
    Preparing search index...

    Interface StoryElementParagraph

    interface StoryElementParagraph {
        id: string;
        paragraph: string;
        type: "paragraph";
    }
    Index
    id: string

    Identifier for this element, used to address it when updating the story.

    paragraph: string

    The prose, as Markdown.

    type: "paragraph"

    Narrows a story element to this kind.