Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommentsContextKeyService

Hierarchy

  • CommentsContextKeyService

Index

Constructors

Properties

_comment: ContextKey<undefined | string>
_commentController: ContextKey<undefined | string>
_commentIsEmpty: ContextKey<boolean>
contextKeyService: ContextKeyService
contextKeys: Set<string> = ...
onDidChange: Event<void> = ...
onDidChangeEmitter: Emitter<void> = ...

Accessors

  • get comment(): ContextKey<undefined | string>
  • get commentController(): ContextKey<undefined | string>
  • get commentIsEmpty(): ContextKey<boolean>

Methods

  • init(): void
  • match(expression: undefined | string): boolean
  • setExpression(expression: string): void