cyoa-core
    Preparing search index...

    Interface StoryNode

    interface StoryNode {
        choices: Choice[];
        content: string | ContentBlock[];
        id: string;
        onEnter?: Effect[];
    }
    Index
    choices: Choice[]
    content: string | ContentBlock[]
    id: string
    onEnter?: Effect[]