Skip to content

Documentation / device / FunctionTypeDetail

Interface: FunctionTypeDetail

Defined in: libs/device/src/builder/types.ts:553

Detail information for a function type

Properties

name

name: string

Defined in: libs/device/src/builder/types.ts:555

The function name


returnType

returnType: PBTypeInfo

Defined in: libs/device/src/builder/types.ts:557

Return type of the function


argTypes

argTypes: object[]

Defined in: libs/device/src/builder/types.ts:559

Type information for function arguments

type

type: PBTypeInfo

Type of the argument

byRef?

optional byRef?: boolean

true if this argument will be passed by reference

Released under the MIT License.