mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +08:00
17 lines
484 B
TypeScript
17 lines
484 B
TypeScript
//@private
|
|
export module bindingConstants {
|
|
export const sourceProperty: string;
|
|
export const targetProperty: string;
|
|
export const expression: string;
|
|
export const twoWay: string;
|
|
export const source: string;
|
|
export const bindingValueKey: string;
|
|
export const parentValueKey: string;
|
|
export const parentsValueKey: string;
|
|
export const newPropertyValueKey: string;
|
|
}
|
|
|
|
export function getBindingOptions(name: string, value: string): any;
|
|
|
|
export const parentsRegex: RegExp;
|