Interface ContextKeyChangeEvent

interface ContextKeyChangeEvent {
    affects(keys): boolean;
}

Methods

Methods