Micrio Client - v6.0.0
    Preparing search index...

    Type Alias UserInterfaceSettings

    Custom interface settings

    type UserInterfaceSettings = {
        controls?: { cultureSwitch?: boolean; serialTourNoTimeScrub?: boolean };
        icons?: {
            close?: string;
            down?: string;
            fullscreenEnter?: string;
            fullscreenLeave?: string;
            muted?: string;
            next?: string;
            pause?: string;
            play?: string;
            prev?: string;
            subtitles?: string;
            subtitlesOff?: string;
            unmuted?: string;
            up?: string;
            zoomIn?: string;
            zoomOut?: string;
        };
    }
    Index

    Properties

    Properties

    controls?: { cultureSwitch?: boolean; serialTourNoTimeScrub?: boolean }

    Type Declaration

    • OptionalcultureSwitch?: boolean

      Show the culture switch button if there are multiple available languages

    • OptionalserialTourNoTimeScrub?: boolean

      Serial tour timebar clicking other segment always goes to start of chapter

    icons?: {
        close?: string;
        down?: string;
        fullscreenEnter?: string;
        fullscreenLeave?: string;
        muted?: string;
        next?: string;
        pause?: string;
        play?: string;
        prev?: string;
        subtitles?: string;
        subtitlesOff?: string;
        unmuted?: string;
        up?: string;
        zoomIn?: string;
        zoomOut?: string;
    }

    Type Declaration

    • Optionalclose?: string

      The raw SVG string for close

    • Optionaldown?: string

      Arrow down icon

    • OptionalfullscreenEnter?: string

      The raw SVG string for fullscreen-start

    • OptionalfullscreenLeave?: string

      The raw SVG string for fullscreen-stop

    • Optionalmuted?: string

      Muted icon

    • Optionalnext?: string

      Next step button

    • Optionalpause?: string

      Pause button

    • Optionalplay?: string

      Play button

    • Optionalprev?: string

      Previous step button

    • Optionalsubtitles?: string

      Subtitles icon

    • OptionalsubtitlesOff?: string

      Subtitles turned off icon

    • Optionalunmuted?: string

      Unmuted icon

    • Optionalup?: string

      Arrow up icon

    • OptionalzoomIn?: string

      The raw SVG string for zoom-in

    • OptionalzoomOut?: string

      The raw SVG string for zoom-out