mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
Added some links to ApiReference.
This commit is contained in:
@ -14,12 +14,12 @@
|
||||
constructor(options?: Options);
|
||||
|
||||
/**
|
||||
* Gets or sets the soft keyboard type.
|
||||
* Gets or sets the soft keyboard type. Possible values are contained in the [KeyboardType enumeration](../enums/KeyboardType/README.md).
|
||||
*/
|
||||
keyboardType: string;
|
||||
|
||||
/**
|
||||
* Gets or sets the soft keyboard return key flavor.
|
||||
* Gets or sets the soft keyboard return key flavor. Possible values are contained in the [ReturnKeyType enumeration](../enums/ReturnKeyType/README.md).
|
||||
*/
|
||||
returnKeyType: string;
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
/**
|
||||
* Gets or sets a value indicating when the text property will be updated.
|
||||
* Possible values are contained in the UpdateTextTrigger enumeration located in "ui/enums" module.
|
||||
* Possible values are contained in the [UpdateTextTrigger enumeration](../enums/UpdateTextTrigger/README.md).
|
||||
*/
|
||||
updateTextTrigger: string;
|
||||
|
||||
|
2
ui/image/image.d.ts
vendored
2
ui/image/image.d.ts
vendored
@ -61,7 +61,7 @@ declare module "ui/image" {
|
||||
url: string;
|
||||
|
||||
/**
|
||||
* Gets or sets the image stretch mode.
|
||||
* Gets or sets the image stretch mode. Possible values are contained in the [Stretch enumeration](../enums/Stretch/README.md).
|
||||
*/
|
||||
stretch: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user