import {ListIface} from './scripts/path-controller/controller/controller_base.js'
ListIface
Direct Subclass:
Method Summary
Public Methods | ||
public |
filter(api: *, list: *, filter: *) |
|
public |
get(api: *, list: *, key: *) |
|
public |
getActive(api: *, list: *) |
|
public |
getIter() |
|
public |
getKey(api: *, list: *, obj: *) |
|
public |
getStruct(api: *, list: *, key: *) |
|
public |
set(api: *, list: *, key: *, val: *) |
|
public |
setActive(api: *, list: *, val: *) |
Public Methods
public filter(api: *, list: *, filter: *) source
Params:
Name | Type | Attribute | Description |
api | * | ||
list | * | ||
filter | * |
public get(api: *, list: *, key: *) source
Params:
Name | Type | Attribute | Description |
api | * | ||
list | * | ||
key | * |
public getActive(api: *, list: *) source
Params:
Name | Type | Attribute | Description |
api | * | ||
list | * |
public getIter() source
public getKey(api: *, list: *, obj: *) source
Params:
Name | Type | Attribute | Description |
api | * | ||
list | * | ||
obj | * |
public getStruct(api: *, list: *, key: *) source
Params:
Name | Type | Attribute | Description |
api | * | ||
list | * | ||
key | * |
public set(api: *, list: *, key: *, val: *) source
Params:
Name | Type | Attribute | Description |
api | * | ||
list | * | ||
key | * | ||
val | * |
public setActive(api: *, list: *, val: *) source
Params:
Name | Type | Attribute | Description |
api | * | ||
list | * | ||
val | * |