Interface ModeApiInterface

The Mode API provides access to switch between modes.

interface ModeApiInterface {
    service: ModeSwitchServiceInterface;
}

Properties

Properties

The mode switch service provides functionality that allows to switch between modes.

Generated using TypeDoc