Skip to main content

@bloock/sdk / LoaderArgs

Class: LoaderArgs

Represents the arguments for a data loader.

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new LoaderArgs(id): LoaderArgs

Constructs a LoaderArgs object with the specified parameters.

Parameters

NameType
idstring

Returns

LoaderArgs

Defined in

entity/availability/loader_args.ts:16

Properties

id

id: string

Is a unique identifier associated with the loader.

Defined in

entity/availability/loader_args.ts:10

Methods

toProto

toProto(): LoaderArgs

Returns

LoaderArgs

Defined in

entity/availability/loader_args.ts:20