Interface ScreenboardOptions

interface ScreenboardOptions {
    customWidth: number;
    customHeight: number;
    parameters: ScreenboardParameters;
    showAspect: boolean;
}

Properties

customWidth: number
customHeight: number
showAspect: boolean