Module: "context/context"

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:120

Parameters:

Name Type
obj Scope

Returns: any


readJSProperty

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

Defined in src/context/context.ts:115

Parameters:

Name Type
obj Scope
key PropertyKey
ownPropertyOnly boolean

Returns: any


readLast

readLast(obj: Scope): any

Defined in src/context/context.ts:125

Parameters:

Name Type
obj Scope

Returns: any


readProperty

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

Defined in src/context/context.ts:103

Parameters:

Name Type
obj Scope
key PropertyKey
ownPropertyOnly boolean

Returns: any


readSize

readSize(obj: Scope): any

Defined in src/context/context.ts:130

Parameters:

Name Type
obj Scope

Returns: any