Interface SubAspectComponentOptions

interface SubAspectComponentOptions {
    backgroundColor?: string;
    showControls?: boolean;
    containerWidthFraction?: number;
    containerHeightFraction?: number;
    defaultFractionSub?: number;
}

Properties

backgroundColor?: string
showControls?: boolean
containerWidthFraction?: number
containerHeightFraction?: number
defaultFractionSub?: number