@nativescript/core
Version:
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
14 lines (13 loc) • 520 B
TypeScript
export declare namespace bindingConstants {
const sourceProperty = "sourceProperty";
const targetProperty = "targetProperty";
const expression = "expression";
const twoWay = "twoWay";
const source = "source";
const bindingValueKey = "$value";
const parentValueKey = "$parent";
const parentsValueKey = "$parents";
const newPropertyValueKey = "$newPropertyValue";
}
export declare const parentsRegex: RegExp;
export declare function getBindingOptions(name: string, value: string): any;