Interface SubAspectComponentOptions

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

Properties

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