This is the API documentation for data-bind="page-href: ..."
.
page-href: pager.Page / String /
{path:String,params:Object}
There are three cases of page-href
: using a pager.Page
-object, a String
or an object containing a String
as path and Object
as params.
<a data-bind="page-href: '../some/path'">link 1</a> <a data-bind="page-href: {path: '../some/path', params: {key1: value1, key2: value2}"> link 2 </a> <a data-bind="page-href: somePageObject">link 3</a>