Theia API Documentation v1.68.0
    Preparing search index...

    Callbacks provided by the renderer to delegates for preference management.

    interface InputRowDelegateContext {
        flushDebouncedPreference(): void;
        getValue(): SessionStorageValue;
        handleValueChange(): void;
        setPreferenceDebounced(value: SessionStorageValue): void;
        setPreferenceImmediately(value: SessionStorageValue): void;
        updateResetButtonStates(): void;
    }
    Index

    Methods