@xpadev-net/niconicomments
    Preparing search index...

    Type Alias BaseOptions

    type BaseOptions = {
        config: Config;
        debug: boolean;
        enableLegacyPiP: boolean;
        format: InputFormatType;
        formatted: boolean;
        keepCA: boolean;
        lazy: boolean;
        mode: ModeType;
        scale: number;
        showCollision: boolean;
        showCommentCount: boolean;
        showFPS: boolean;
        useLegacy: boolean;
        video: HTMLVideoElement | undefined;
    }
    Index

    Properties

    config: Config
    debug: boolean
    enableLegacyPiP: boolean
    formatted: boolean
    keepCA: boolean
    lazy: boolean
    mode: ModeType
    scale: number
    showCollision: boolean
    showCommentCount: boolean
    showFPS: boolean
    useLegacy: boolean
    video: HTMLVideoElement | undefined