Interface representing configuration settings and events for the Revel Digital system.

interface IConfig {
    isOpener: boolean;
    prefs: IDictionary<any>;
    type: ConfigType;
}

Properties

Properties

isOpener: boolean

Indicates if this configuration event originated from a popup window opener.

prefs: IDictionary<any>

Dictionary of preference key-value pairs containing configuration settings.

The type of configuration operation being performed.