@tsky/client / agent / ListView
ListView 
Defined in: client/src/agent.ts:408
Extends 
Implements 
- ListView
Constructors 
new ListView() 
new ListView(client, list): ListViewDefined in: client/src/agent.ts:417
Parameters 
client 
list 
ListView
Returns 
Overrides 
Properties 
$type? 
optional $type: string;Defined in: client/src/agent.ts:392
Implementation of 
AppBskyGraphDefs.ListView.$typeInherited from 
avatar? 
optional avatar: string;Defined in: client/src/agent.ts:387
Implementation of 
AppBskyGraphDefs.ListView.avatarInherited from 
cid 
cid: string;Defined in: client/src/agent.ts:384
Implementation of 
AppBskyGraphDefs.ListView.cidInherited from 
client 
client: Client;Defined in: client/src/agent.ts:321
Inherited from 
creator 
creator: ProfileView;Defined in: client/src/agent.ts:413
Implementation of 
AppBskyGraphDefs.ListView.creatordescription? 
optional description: string;Defined in: client/src/agent.ts:414
Maximum string length: 3000 Maximum grapheme length: 300
Implementation of 
AppBskyGraphDefs.ListView.descriptiondescriptionFacets? 
optional descriptionFacets: Main[];Defined in: client/src/agent.ts:415
Implementation of 
AppBskyGraphDefs.ListView.descriptionFacetsindexedAt 
indexedAt: string;Defined in: client/src/agent.ts:412
Implementation of 
AppBskyGraphDefs.ListView.indexedAtOverrides 
labels? 
optional labels: Label[];Defined in: client/src/agent.ts:389
Implementation of 
AppBskyGraphDefs.ListView.labelsInherited from 
listItemCount? 
optional listItemCount: number;Defined in: client/src/agent.ts:390
Minimum: 0
Implementation of 
AppBskyGraphDefs.ListView.listItemCountInherited from 
name 
name: string;Defined in: client/src/agent.ts:385
Minimum string length: 1 Maximum string length: 64
Implementation of 
AppBskyGraphDefs.ListView.nameInherited from 
purpose 
purpose: ListPurpose;Defined in: client/src/agent.ts:386
Implementation of 
AppBskyGraphDefs.ListView.purposeInherited from 
uri 
uri: string;Defined in: client/src/agent.ts:322
Implementation of 
AppBskyGraphDefs.ListView.uriInherited from 
viewer? 
optional viewer: ListViewerState;Defined in: client/src/agent.ts:391
Implementation of 
AppBskyGraphDefs.ListView.viewerInherited from 
Methods 
about() 
about(limit?, options?): Promise<Paginator<Output>>Defined in: client/src/agent.ts:332
Gets a 'view' (with additional context) of a specified list.
Parameters 
limit? 
number
options? 
Returns 
Promise<Paginator<Output>>
Inherited from 
feed() 
feed(limit?, options?): Promise<Paginator<Output>>Defined in: client/src/agent.ts:360
Get a feed of recent posts from a list (posts and reposts from any actors on the list). Does not require auth.
Parameters 
limit? 
number
options? 
Returns 
Promise<Paginator<Output>>