Story Maker
    Preparing search index...

    Interface Character

    interface Character {
        description: string;
        emotions: string[];
        name: string;
        position: "left" | "center" | "right" | "background" | "foreground";
        role: "protagonist" | "antagonist" | "mentor" | "supporting" | "narrator";
    }
    Index

    Properties

    description: string
    emotions: string[]
    name: string
    position: "left" | "center" | "right" | "background" | "foreground"
    role: "protagonist" | "antagonist" | "mentor" | "supporting" | "narrator"