@triply/triplydb
    Preparing search index...

    Interface NewStory

    Metadata for a story created by AccountBase.addStory or AccountBase.ensureStory.

    interface NewStory {
        accessLevel?: AccessLevel;
        content?: StoryElementUpdate[];
        displayName?: string;
        tags?: string[];
    }

    Hierarchy

    • Omit<StoryCreate, "name" | "content">
      • NewStory
    Index
    accessLevel?: AccessLevel

    Who can reach the story — see AccessLevel.

    content?: StoryElementUpdate[]

    The paragraphs and queries the story is made of, in order.

    displayName?: string

    Title shown in the interface, free of the restrictions that apply to name.

    tags?: string[]

    Free-form labels, used for filtering and search.