struct-view

struct-view / Exports / Decorator

Interface: Decorator<T>

Type parameters

Name
T

Hierarchy

Callable

Decorator<U>(Base: StructConstructor<U>, byteOffset: number): StructConstructor<T & U>

Type parameters:

Name
U

Parameters:

Name Type
Base StructConstructor<U>
byteOffset number

Returns: StructConstructor<T & U>

Defined in: decorator.ts:3