mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
missing dep prop def added
This commit is contained in:
5
ui/segmented-bar/segmented-bar.d.ts
vendored
5
ui/segmented-bar/segmented-bar.d.ts
vendored
@ -40,6 +40,11 @@ declare module "ui/segmented-bar" {
|
|||||||
*/
|
*/
|
||||||
public static selectedIndexProperty: dependencyObservable.Property;
|
public static selectedIndexProperty: dependencyObservable.Property;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets or sets the selected background color property of the SegmentedBar.
|
||||||
|
*/
|
||||||
|
public static selectedBackgroundColorProperty: dependencyObservable.Property;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets or sets the items dependency property of the SegmentedBar.
|
* Gets or sets the items dependency property of the SegmentedBar.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user