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