@fest-lib/object / core/Subscript / Subscript
Defined in: core/Subscript.ts:46
new Subscript(): Subscript;Defined in: core/Subscript.ts:77
Subscript
compatible: any;Defined in: core/Subscript.ts:47
get iterator(): any;Defined in: core/Subscript.ts:165
any
$safeExec(cb, ...args): any;Defined in: core/Subscript.ts:55
any
...any[]
any
affected(cb, prop?):
| () => void | () => (() => void | (() => ... | undefined)) | undefined
| undefined;Defined in: core/Subscript.ts:122
(value, prop) => void
keyType | null
| () => void | () => (() => void | (() => ... | undefined)) | undefined
| undefined
trigger(
name,
value?,
oldValue?, ...
etc?): Promise<any[]> | undefined;Defined in: core/Subscript.ts:144
keyType | null
any
any
...any[]
Promise<any[]> | undefined
unaffected(cb?, prop?):
| void
| () => () => void | (() => (() => void | ...) | undefined) | undefined;Defined in: core/Subscript.ts:131
(value, prop) => void
keyType | null
| void
| () => () => void | (() => (() => void | ...) | undefined) | undefined
wrap(nw): any;Defined in: core/Subscript.ts:119
unknown
any