Theia API Documentation v1.70.0
    Preparing search index...
    interface WindowZoomActionBarProps {
        commandRegistry: CommandRegistry;
        container: HTMLElement;
        keybindingRegistry: KeybindingRegistry;
        zoomLevel: number;
    }
    Index

    Properties

    commandRegistry: CommandRegistry
    container: HTMLElement
    keybindingRegistry: KeybindingRegistry
    zoomLevel: number