@types/rox-browser
Advanced tools
Comparing version 4.8.0 to 4.8.1
@@ -84,5 +84,5 @@ // Type definitions for rox-browser 4.8 | ||
*/ | ||
export function setCustomNumberProperty(name: string, value: number | (() => number)): void; | ||
export function setCustomStringProperty(name: string, value: string | (() => string)): void; | ||
export function setCustomBooleanProperty(name: string, value: boolean | (() => boolean)): void; | ||
export function setCustomNumberProperty(name: string, value: number | ((context?: unknown) => number)): void; | ||
export function setCustomStringProperty(name: string, value: string | ((context?: unknown) => string)): void; | ||
export function setCustomBooleanProperty(name: string, value: boolean | ((context?: unknown) => boolean)): void; | ||
export function setDynamicCustomPropertyRule( | ||
@@ -150,3 +150,3 @@ handler: (propName: string, context: unknown) => number | string | boolean | ||
// Returns true when the flag is enabled | ||
isEnabled(): boolean; | ||
isEnabled(context?: unknown): boolean; | ||
@@ -172,3 +172,3 @@ // Unlock the Flag value from changes from the last time it was freezed | ||
// Returns the current value of the Variant, accounting for value overrides | ||
getValue(): BasicType<T>; | ||
getValue(context?: unknown): BasicType<T>; | ||
@@ -195,3 +195,3 @@ // Unlock the Variant value from changes from the last time it was freezed | ||
// Returns the current value of the Configuration, accounting for value overrides | ||
getValue(): BasicType<T>; | ||
getValue(context?: unknown): BasicType<T>; | ||
@@ -198,0 +198,0 @@ // Unlock the Configuration value from changes from the last time it was freezed |
{ | ||
"name": "@types/rox-browser", | ||
"version": "4.8.0", | ||
"version": "4.8.1", | ||
"description": "TypeScript definitions for rox-browser", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b9bae28043477f2f201a77f812e09d70aa227a6aa882618e7062768893078cc0", | ||
"typesPublisherContentHash": "a99766c7492480358db3460574877e3e05b176f440ef761d76af6ef04a54c510", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 24 Sep 2019 18:42:37 GMT | ||
* Last updated: Wed, 25 Sep 2019 18:07:23 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11240