Skip to content

Packages  ›  trotsky  ›  StepActorLists  ›  queryParams

StepActorLists.queryParams() method

Generates query parameters for retrieving an actor's lists, including the optional cursor.

Signature:

typescript
queryParams(cursor: StepActorListsQueryParamsCursor): StepActorListsQueryParams;

Parameters

Parameter

Type

Description

cursor

StepActorListsQueryParamsCursor

The cursor for paginated queries.

Returns:

StepActorListsQueryParams

The query parameters for retrieving the actor's lists.

Exceptions

Error if no context is found.