@juki-team/commons - v0.1.10
    Preparing search index...

    Interface WorksheetBaseDocument

    interface WorksheetBaseDocument {
        content: BodyWorksheet[];
        description: string;
        folderId: string;
        key: string;
        members: EntityMembers;
        name: string;
        quiz: { automaticFeedback: boolean; enable: boolean };
        slides: {
            aspectRatio: AspectRatio;
            backgroundImage: string;
            colorTextHighlight: string;
            enable: boolean;
            fontSize: number;
            theme: Theme;
            titleBackgroundImage: string;
        };
    }
    Index

    Properties

    content: BodyWorksheet[]
    description: string
    folderId: string
    key: string
    members: EntityMembers
    name: string
    quiz: { automaticFeedback: boolean; enable: boolean }
    slides: {
        aspectRatio: AspectRatio;
        backgroundImage: string;
        colorTextHighlight: string;
        enable: boolean;
        fontSize: number;
        theme: Theme;
        titleBackgroundImage: string;
    }