interface BasePaginationOptions {
    additionalActionRows: (APIActionRowComponent<APIMessageActionRowComponent> | JSONEncodable<APIActionRowComponent<APIMessageActionRowComponent>> | ActionRowData<MessageActionRowComponentData | MessageActionRowComponentBuilder>)[];
    authorDependent: boolean;
    authorId: null | UserResolvable;
    collectorOptions: unknown;
    componentsOrder: PaginationComponentsOrder;
    endTimer: null | number;
    pages: PageResolvable[];
    singlePageNoControllers: boolean;
}

Hierarchy (view full)

Implemented by

Properties

additionalActionRows: (APIActionRowComponent<APIMessageActionRowComponent> | JSONEncodable<APIActionRowComponent<APIMessageActionRowComponent>> | ActionRowData<MessageActionRowComponentData | MessageActionRowComponentBuilder>)[]
authorDependent: boolean
authorId: null | UserResolvable
collectorOptions: unknown
componentsOrder: PaginationComponentsOrder
endTimer: null | number
singlePageNoControllers: boolean