Type aliases
PropertyKey
Ƭ PropertyKey: string | number
Defined in src/context/context.ts:7
Functions
readFirst
▸ readFirst(obj: Scope): any
Defined in src/context/context.ts:122
Parameters:
| Name | Type |
|---|---|
obj |
Scope |
Returns: any
readJSProperty
▸ readJSProperty(obj: Scope, key: PropertyKey, ownPropertyOnly: boolean): any
Defined in src/context/context.ts:117
Parameters:
| Name | Type |
|---|---|
obj |
Scope |
key |
PropertyKey |
ownPropertyOnly |
boolean |
Returns: any
readLast
▸ readLast(obj: Scope): any
Defined in src/context/context.ts:127
Parameters:
| Name | Type |
|---|---|
obj |
Scope |
Returns: any
readProperty
▸ readProperty(obj: Scope, key: PropertyKey, ownPropertyOnly: boolean): any
Defined in src/context/context.ts:105
Parameters:
| Name | Type |
|---|---|
obj |
Scope |
key |
PropertyKey |
ownPropertyOnly |
boolean |
Returns: any
readSize
▸ readSize(obj: Scope): any
Defined in src/context/context.ts:132
Parameters:
| Name | Type |
|---|---|
obj |
Scope |
Returns: any