Viktorani API - v0.0.8
    Preparing search index...

    The three toggleable visibility flags for the current question.

    interface VisibilityState {
        showAnswers: boolean;
        showMedia: boolean;
        showQuestion: boolean;
    }
    Index

    Properties

    showAnswers: boolean
    showMedia: boolean
    showQuestion: boolean