IsolatedApi
Constructor Summary
| Public Constructor | ||
| public |
constructor(store: *) |
|
Method Summary
| Public Methods | ||
| public |
all(owner: *): * |
|
| public |
count(owner: *): * |
|
| public |
entries(owner: *): * |
|
| public |
get(key: *, owner: *): * |
|
| public |
invalidated(iso: *) |
|
| public |
obsolete(iso: *) |
|
| public |
remove(key: *, owner: *) |
|
| public |
removeAllFor(owner: *) |
|
| public |
set(key: *, isoType: *, owner: *) |
|
| public |
Invoked by IsolatedObjectShadowImpl#defineChildProperties to perform updates based on processed actions. |
|
| public |
willUnshadow(iso: *) |
|
Public Constructors
public constructor(store: *) source
Params:
| Name | Type | Attribute | Description |
| store | * |
Public Methods
public invalidated(iso: *) source
Params:
| Name | Type | Attribute | Description |
| iso | * |
public obsolete(iso: *) source
Params:
| Name | Type | Attribute | Description |
| iso | * |
public remove(key: *, owner: *) source
Params:
| Name | Type | Attribute | Description |
| key | * | ||
| owner | * |
public removeAllFor(owner: *) source
Params:
| Name | Type | Attribute | Description |
| owner | * |
public set(key: *, isoType: *, owner: *) source
Params:
| Name | Type | Attribute | Description |
| key | * | ||
| isoType | * | ||
| owner | * |
public update(owner: Property) source
Invoked by IsolatedObjectShadowImpl#defineChildProperties to perform updates based on processed actions.
Params:
| Name | Type | Attribute | Description |
| owner | Property | the property managing isolated properties. |
public willUnshadow(iso: *) source
Params:
| Name | Type | Attribute | Description |
| iso | * |