mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Re-apply TextBase.formattedText after a style property change
Resolves #1078
This commit is contained in:
5
ui/button/button.d.ts
vendored
5
ui/button/button.d.ts
vendored
@@ -71,5 +71,10 @@ declare module "ui/button" {
|
||||
* @param value - Value of the element.
|
||||
*/
|
||||
_addChildFromBuilder(name: string, value: any): void;
|
||||
|
||||
//@private
|
||||
_onTextPropertyChanged(data: dependencyObservable.PropertyChangeData): void;
|
||||
_setFormattedTextPropertyToNative(value: any): void;
|
||||
//@endprivate
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user