Skip to content

Commit d199c6f

Browse files
chore(api): regenerate API reference (@nativescript/core@9.1.0) (#199)
1 parent 74d67a1 commit d199c6f

923 files changed

Lines changed: 39733 additions & 20125 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/api/classes/AbsoluteLayout.md

Lines changed: 515 additions & 353 deletions
Large diffs are not rendered by default.

content/api/classes/ActionBar.md

Lines changed: 503 additions & 341 deletions
Large diffs are not rendered by default.

content/api/classes/ActionItem.md

Lines changed: 265 additions & 188 deletions
Large diffs are not rendered by default.

content/api/classes/ActionItems.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Represents a collection of ActionItems.
55
contributors: false
66
---
77

8-
Defined in: [ui/action-bar/index.d.ts:93](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/action-bar/index.d.ts#L93)
8+
Defined in: [ui/action-bar/index.d.ts:93](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/action-bar/index.d.ts#L93)
99

1010
Represents a collection of ActionItems.
1111

@@ -29,7 +29,7 @@ new ActionItems(): ActionItems;
2929
addItem(item: ActionItem): void;
3030
```
3131

32-
Defined in: [ui/action-bar/index.d.ts:98](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/action-bar/index.d.ts#L98)
32+
Defined in: [ui/action-bar/index.d.ts:98](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/action-bar/index.d.ts#L98)
3333

3434
Adds an item to the collection.
3535

@@ -51,7 +51,7 @@ Adds an item to the collection.
5151
getItemAt(index: number): ActionItem;
5252
```
5353

54-
Defined in: [ui/action-bar/index.d.ts:115](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/action-bar/index.d.ts#L115)
54+
Defined in: [ui/action-bar/index.d.ts:115](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/action-bar/index.d.ts#L115)
5555

5656
Gets an item at a specified index.
5757

@@ -73,7 +73,7 @@ Gets an item at a specified index.
7373
getItems(): ActionItem[];
7474
```
7575

76-
Defined in: [ui/action-bar/index.d.ts:109](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/action-bar/index.d.ts#L109)
76+
Defined in: [ui/action-bar/index.d.ts:109](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/action-bar/index.d.ts#L109)
7777

7878
Gets an array of the current action items in the collection.
7979

@@ -89,7 +89,7 @@ Gets an array of the current action items in the collection.
8989
removeItem(item: ActionItem): void;
9090
```
9191

92-
Defined in: [ui/action-bar/index.d.ts:104](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/action-bar/index.d.ts#L104)
92+
Defined in: [ui/action-bar/index.d.ts:104](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/action-bar/index.d.ts#L104)
9393

9494
Removes an item to the collection.
9595

content/api/classes/ActivityIndicator.md

Lines changed: 496 additions & 334 deletions
Large diffs are not rendered by default.

content/api/classes/AndroidApplication.md

Lines changed: 1061 additions & 539 deletions
Large diffs are not rendered by default.

content/api/classes/Animation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Defines a animation set.
55
contributors: false
66
---
77

8-
Defined in: [ui/animation/index.d.ts:8](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/animation/index.d.ts#L8)
8+
Defined in: [ui/animation/index.d.ts:8](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/animation/index.d.ts#L8)
99

1010
Defines a animation set.
1111

@@ -17,7 +17,7 @@ Defines a animation set.
1717
new Animation(animationDefinitions: AnimationDefinition[], playSequentially?: boolean): Animation;
1818
```
1919

20-
Defined in: [ui/animation/index.d.ts:9](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/animation/index.d.ts#L9)
20+
Defined in: [ui/animation/index.d.ts:9](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/animation/index.d.ts#L9)
2121

2222
#### Parameters
2323

@@ -38,7 +38,7 @@ Defined in: [ui/animation/index.d.ts:9](https://github.com/NativeScript/NativeSc
3838
cancel: () => void;
3939
```
4040

41-
Defined in: [ui/animation/index.d.ts:11](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/animation/index.d.ts#L11)
41+
Defined in: [ui/animation/index.d.ts:11](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/animation/index.d.ts#L11)
4242

4343
#### Returns
4444

@@ -52,7 +52,7 @@ Defined in: [ui/animation/index.d.ts:11](https://github.com/NativeScript/NativeS
5252
isPlaying: boolean;
5353
```
5454

55-
Defined in: [ui/animation/index.d.ts:12](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/animation/index.d.ts#L12)
55+
Defined in: [ui/animation/index.d.ts:12](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/animation/index.d.ts#L12)
5656

5757
***
5858

@@ -62,7 +62,7 @@ Defined in: [ui/animation/index.d.ts:12](https://github.com/NativeScript/NativeS
6262
play: (resetOnFinish?: boolean) => AnimationPromise;
6363
```
6464

65-
Defined in: [ui/animation/index.d.ts:10](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/animation/index.d.ts#L10)
65+
Defined in: [ui/animation/index.d.ts:10](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/animation/index.d.ts#L10)
6666

6767
#### Parameters
6868

@@ -82,7 +82,7 @@ Defined in: [ui/animation/index.d.ts:10](https://github.com/NativeScript/NativeS
8282
_resolveAnimationCurve(curve: any): any;
8383
```
8484

85-
Defined in: [ui/animation/index.d.ts:13](https://github.com/NativeScript/NativeScript/blob/9.0.20-core/packages/core/ui/animation/index.d.ts#L13)
85+
Defined in: [ui/animation/index.d.ts:13](https://github.com/NativeScript/NativeScript/blob/9.1.0-core/packages/core/ui/animation/index.d.ts#L13)
8686

8787
#### Parameters
8888

0 commit comments

Comments
 (0)