adaptive-expressions
Version:
Common Expression Language
22 lines • 569 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Set path in a JSON object to value.
*/
export declare class SetPathToValue extends ExpressionEvaluator {
/**
* Initializes a new instance of the [SetPathToValue](xref:adaptive-expressions.SetPathToValue) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
}
//# sourceMappingURL=setPathToValue.d.ts.map