Gjsify LogoGjsify Logo

Proactive command profile.

Index

Enumeration Members

HANDLED_BY_FUNCTION_CAN_BE_OVERRIDEN_BY_HOST: number

Command handled by function, but the host may request full control of the command.

HANDLED_BY_FUNCTION_NOTIFICATIONS_TO_HOST_ENABLED: number

Command handled by function, and the function wil also send notification to the host.

HANDLED_BY_FUNCTION_NOTIFICATION_TO_HOST_POSSIBLE: number

Command handled by function without informing the host, but notifications may be sent to host.

HANDLED_BY_FUNCTION_ONLY_TRANSPARENT_TO_HOST: number

Command handled by function without informing the host.

HANDLED_BY_HOST_FUNCTION_ABLE_TO_HANDLE: number

Command will be forwarded to the host. If the host decides not to receive the command, the function will handle it.

HANDLED_BY_HOST_FUNCTION_NOT_ABLE_TO_HANDLE: number

Command will be forwarded to the host. If the host decides not to receive the command, the function will not handle it.

NOT_HANDLED_BY_FUNCTION_HANDLED_BY_HOST: number

Command not handled by function but handled by host.

NOT_HANDLED_BY_FUNCTION_MAY_BE_HANDLED_BY_HOST: number

Command not handled by function but may be handled by host.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method