-
Notifications
You must be signed in to change notification settings - Fork 0
Util.Pad.to()
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
goes to a given page
type: Function
arguments:
- page
Number
let pad = new util.Pad(2, [
"a", "b", // page 1
"c", "d", // page 2
"e", "f" // page 3
]);
pad.current; // [ "a", "b" ]
pad.to(3);
pad.current; // [ "e", "f" ]
π Client |
π AddonService |
π AttachmentService |
π ChannelService |
π CommandService |
π ComponentService |
π ErrorService |
π EventService |
π ExpressionService |
π GuildService |
π LogService |
π MessageService |
π PermissionService |
π RoleService |
π StorageService |
π TypeService |
π UserService |
π UtilService |
π VoiceService |