Constructors

Properties

Constructors

Properties

$get: (string | (($parse: any, $sceDelegate: any) => any))[]
enabled: ((value: boolean, ...args: any) => boolean)

Type declaration

    • (value, ...args): boolean
    • Parameters

      • value: boolean

        If provided, then enables/disables SCE application-wide.

      • Rest...args: any

      Returns boolean

      True if SCE is enabled, false otherwise.

Enables/disables SCE and returns the current value.