Constructors

Properties

asr: {
    enabled: boolean;
} = ...
backgroundcolor: string = 'rgb(255, 248, 248)'
boundaries: {
    color: string;
    enabled: boolean;
    readonly: boolean;
    width: number;
} = ...
cropping: string = 'none'
cursor: {
    color: string;
    fixed: boolean;
} = ...
data: {
    color: string;
} = ...
disabledKeys: string[] = ...
frame: {
    color: string;
} = ...
grid: {
    color: string;
    enabled: true;
} = ...
justifySignalHeight: boolean = true
lineheight: number = 60
margin: {
    bottom: number;
    left: number;
    right: number;
    top: number;
} = ...
multiLine: boolean = false
pixelPerSec: number = 50
playcursor: {
    color: string;
    height: number;
    width: number;
} = ...
roundValues: boolean = true
scrollbar: {
    background: {
        color: string;
        stroke: string;
        strokeWidth: number;
    };
    enabled: boolean;
    selector: {
        color: string;
        stroke: string;
        strokeWidth: number;
        width: number;
    };
    width: number;
} = ...
selection: {
    color: string;
    enabled: boolean;
} = ...
shortcuts: ShortcutGroup = ...
shortcutsEnabled: boolean = true
showProgressBars: boolean = false
showTimePerLine: boolean = false
showTranscripts: boolean = false
speakerPattern?: string
stepWidthRatio: number = 0.0226
timeline: {
    enabled: boolean;
    font: string;
    fontSize: number;
    fontWeight: string;
    foreColor: string;
    height: number;
} = ...
type: undefined | string