Module: "context/context"

Type aliases

PropertyKey

Ƭ PropertyKey: string | number

Defined in src/context/context.ts:8

Functions

readFirst

▸ readFirst(obj: Scope): any

Defined in src/context/context.ts:109

Parameters:

Name Type
obj Scope

Returns: any


readJSProperty

▸ readJSProperty(obj: Scope, key: PropertyKey, ownPropertyOnly: boolean): any

Defined in src/context/context.ts:104

Parameters:

Name Type
obj Scope
key PropertyKey
ownPropertyOnly boolean

Returns: any


readLast

▸ readLast(obj: Scope): any

Defined in src/context/context.ts:114

Parameters:

Name Type
obj Scope

Returns: any


readProperty

▸ readProperty(obj: Scope, key: PropertyKey, ownPropertyOnly: boolean): any

Defined in src/context/context.ts:92

Parameters:

Name Type
obj Scope
key PropertyKey
ownPropertyOnly boolean

Returns: any


readSize

▸ readSize(obj: Scope): any

Defined in src/context/context.ts:119

Parameters:

Name Type
obj Scope

Returns: any