Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigurationService

Application configuration

Hierarchy

Index

Properties

reviewMode

reviewMode: ReviewMode

The review mode of the coding card

workspaceId

workspaceId: number

Application Workspace ID

Methods

off

  • Unregisters an event handler

    Parameters

    • eventType: ConfigurationEventType

      Event to unregister from

    • Optional handler: EventHandler

      Event handler function. If not passed in, it removes all event handlers.

    • Optional once: boolean

      Boolean indicating if the event handler was registered as a one-time event handler (Defaults to false)

    Returns void

on

once

updateSetting

  • Updates the specified configuration setting to the value passed in

    Parameters

    Returns any