interface ReactionPaginationOptions {
    additionalActionRows: (APIActionRowComponent<APIMessageActionRowComponent> | JSONEncodable<APIActionRowComponent<APIMessageActionRowComponent>> | ActionRowData<MessageActionRowComponentData | MessageActionRowComponentBuilder>)[];
    authorDependent: boolean;
    authorId: null | UserResolvable;
    collectorOptions: Omit<ReactionCollectorOptions, "time">;
    componentsOrder: PaginationComponentsOrderWithoutControllers;
    endTimer: null | number;
    onEnd: "Ignore" | "DeletePagination" | ReactionPaginationOnEnd | "ClearAllReactions" | "ClearPaginationReactions";
    pages: PageResolvable[];
    reactions: (ReactionPaginationReactionController | ReactionPaginationReactionControllerResolvable)[];
    removeReactionOnReact: boolean;
    singlePageNoControllers: boolean;
}

Hierarchy (view full)

Implemented by

Properties

additionalActionRows: (APIActionRowComponent<APIMessageActionRowComponent> | JSONEncodable<APIActionRowComponent<APIMessageActionRowComponent>> | ActionRowData<MessageActionRowComponentData | MessageActionRowComponentBuilder>)[]
authorDependent: boolean
authorId: null | UserResolvable
collectorOptions: Omit<ReactionCollectorOptions, "time">
endTimer: null | number
onEnd: "Ignore" | "DeletePagination" | ReactionPaginationOnEnd | "ClearAllReactions" | "ClearPaginationReactions"
removeReactionOnReact: boolean
singlePageNoControllers: boolean