interface ButtonPaginationController {
    button: ButtonBuilder;
    type: PaginationControllerType;
}

Properties

Properties

button: ButtonBuilder