Interface: TopicListAllOptions
Defined in: src/management/topics.ts:26
Options for walking all custom-topic pages.
Extends
Omit<TopicListOptions,"offset"|"latestOnly">.CollectAllOptions
Properties
max?
optional max?: number;
Defined in: src/listing.ts:26
Maximum records to collect. Defaults to 10,000. Use 0 for no limit.
Inherited from
limit?
optional limit?: number;
Defined in: src/management/profiles.ts:23
Max items to return. Defaults to 100.