IndexedApi
Aggregation api for properties providing indexed or array-like access to child properties.
Constructor Summary
| Public Constructor | ||
| public |
constructor(property: *) |
|
Member Summary
| Public Members | ||
| public get |
length: * |
|
Method Summary
| Public Methods | ||
| public |
clear() |
|
| public |
concat(values: ...*): * |
|
| public |
impl(): * |
|
| public |
isActive(): * |
|
| public |
pop(): * |
|
| public |
push(values: ...*): * |
|
| public |
remove(idx: *): * |
|
| public |
shadow(): * |
|
| public |
shift(): * |
|
| public |
splice(start: *, deleteCount: *, newItems: ...*): * |
|
| public |
unshift(values: ...*): * |
|
Public Constructors
public constructor(property: *) source
Params:
| Name | Type | Attribute | Description |
| property | * |