Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface ViewModeConfig {
        icon: ComponentType<{ size?: number }>;
        label: string;
        testId?: string;
        value: ViewMode;
    }
    Index

    Properties

    Properties

    icon: ComponentType<{ size?: number }>
    label: string
    testId?: string
    value: ViewMode