- Preparing search index...
- The search index is not available
lemon-core
Methods
Static buildPop
- buildPop(thiz: any, popName?: string): any
-
Parameters
-
thiz: any
-
popName: string = 'pop'
Returns any
Static selfPop
- selfPop<T>(self: any, key: string, defValue?: T): T
-
Parameters
-
self: any
-
key: string
-
Optional defValue: T
Returns T
Static selfRead
- selfRead<T>(self: any, key: string, defValue?: T): T
-
Parameters
-
self: any
-
key: string
-
Optional defValue: T
Returns T
class:
ModelUtil