Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
868 changes: 515 additions & 353 deletions content/api/classes/AbsoluteLayout.md

Large diffs are not rendered by default.

844 changes: 503 additions & 341 deletions content/api/classes/ActionBar.md

Large diffs are not rendered by default.

453 changes: 265 additions & 188 deletions content/api/classes/ActionItem.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions content/api/classes/ActionItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Represents a collection of ActionItems.
contributors: false
---

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)
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)

Represents a collection of ActionItems.

Expand All @@ -29,7 +29,7 @@ new ActionItems(): ActionItems;
addItem(item: ActionItem): void;
```

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)
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)

Adds an item to the collection.

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

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)
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)

Gets an item at a specified index.

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

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)
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)

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

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

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)
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)

Removes an item to the collection.

Expand Down
830 changes: 496 additions & 334 deletions content/api/classes/ActivityIndicator.md

Large diffs are not rendered by default.

1,600 changes: 1,061 additions & 539 deletions content/api/classes/AndroidApplication.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions content/api/classes/Animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Defines a animation set.
contributors: false
---

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)
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)

Defines a animation set.

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

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)
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)

#### Parameters

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

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)
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)

#### Returns

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

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)
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)

***

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

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)
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)

#### Parameters

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

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)
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)

#### Parameters

Expand Down
Loading
Loading