Skip to content

Commit 1cfaa1a

Browse files
committed
added external modules and updated folder structure
1 parent 9ef7433 commit 1cfaa1a

File tree

320 files changed

+3136
-516
lines changed

Some content is hidden

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

320 files changed

+3136
-516
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# es6-collections module
2+
3+
4+
5+
6+
## Interfaces
7+
8+
| Interface | Description |
9+
|:-------------|:---------------|
10+
| [`ForEachable`](./es6-collections.api/interface/foreachable.md) | |
11+
| [`Iterator`](./es6-collections.api/interface/iterator.md) | |
12+
| [`IteratorResult`](./es6-collections.api/interface/iteratorresult.md) | |
13+
| [`Map`](./es6-collections.api/interface/map.md) | |
14+
| [`MapConstructor`](./es6-collections.api/interface/mapconstructor.md) | |
15+
| [`Set`](./es6-collections.api/interface/set.md) | |
16+
| [`SetConstructor`](./es6-collections.api/interface/setconstructor.md) | |
17+
| [`WeakMap`](./es6-collections.api/interface/weakmap.md) | |
18+
| [`WeakMapConstructor`](./es6-collections.api/interface/weakmapconstructor.md) | |
19+
| [`WeakSet`](./es6-collections.api/interface/weakset.md) | |
20+
| [`WeakSetConstructor`](./es6-collections.api/interface/weaksetconstructor.md) | |
21+
22+
23+
24+
25+
26+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# new()
2+
**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
3+
4+
5+
6+
7+
8+
**Signature:** _new < K, V >(): [Map](../es6-promise.api/interface/map.md)<K, V>;_
9+
10+
**Returns**: [`Map`](../es6-promise.api/interface/map.md)<K, V>
11+
12+
13+
14+
15+
16+
#### Parameters
17+
None
18+
19+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# new()
2+
**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
3+
4+
5+
6+
7+
8+
**Signature:** _new < T >(): [Set](../es6-promise.api/interface/set.md)<T>;_
9+
10+
**Returns**: [`Set`](../es6-promise.api/interface/set.md)<T>
11+
12+
13+
14+
15+
16+
#### Parameters
17+
None
18+
19+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# new()
2+
**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
3+
4+
5+
6+
7+
8+
**Signature:** _new < K, V >(): [WeakMap](../es6-promise.api/interface/weakmap.md)<K, V>;_
9+
10+
**Returns**: [`WeakMap`](../es6-promise.api/interface/weakmap.md)<K, V>
11+
12+
13+
14+
15+
16+
#### Parameters
17+
None
18+
19+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# new()
2+
**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
3+
4+
5+
6+
7+
8+
**Signature:** _new < T >(): [WeakSet](../es6-promise.api/interface/weakset.md)<T>;_
9+
10+
**Returns**: [`WeakSet`](../es6-promise.api/interface/weakset.md)<T>
11+
12+
13+
14+
15+
16+
#### Parameters
17+
None
18+
19+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# add()
2+
**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
3+
4+
5+
6+
7+
8+
**Signature:** _add(value: T): [Set](../es6-promise.api/interface/set.md)<T>;_
9+
10+
**Returns**: [`Set`](../es6-promise.api/interface/set.md)<T>
11+
12+
13+
14+
15+
16+
#### Parameters
17+
None
18+
19+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# add()
2+
**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
3+
4+
5+
6+
7+
8+
**Signature:** _add(value: T): [WeakSet](../es6-promise.api/interface/weakset.md)<T>;_
9+
10+
**Returns**: [`WeakSet`](../es6-promise.api/interface/weakset.md)<T>
11+
12+
13+
14+
15+
16+
#### Parameters
17+
None
18+
19+

reference/spfx/sp-http/error-httpclientresponse.md renamed to reference/spfx/es6-collections.api/interface/clear-map.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# error()
1+
# clear()
22
**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
33

44

55

6-
{@inheritdoc Response.error}
76

8-
**Signature:** _public static error(): Response;_
97

10-
**Returns**: `Response`
8+
**Signature:** _clear(): void;_
9+
10+
**Returns**: `void`
1111

1212

1313

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# clear()
2+
**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
3+
4+
5+
6+
7+
8+
**Signature:** _clear(): void;_
9+
10+
**Returns**: `void`
11+
12+
13+
14+
15+
16+
#### Parameters
17+
None
18+
19+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# clear()
2+
**Note:** The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production environments.
3+
4+
5+
6+
7+
8+
**Signature:** _clear(): void;_
9+
10+
**Returns**: `void`
11+
12+
13+
14+
15+
16+
#### Parameters
17+
None
18+
19+

0 commit comments

Comments
 (0)