The pageable protocol handles the complete lifecycle for pageable objects, from storing the models to saving the custom implementation on instianted objects.
yarn add servable-pageable
yarn add servable-pageable-shared
yarn add servable-pageable-react
{
"id": "pageable",
"name": "pageable",
"slug": "ps",
"module": {
"servable-pageable": "*"
},
"version": "*",
"params": {
"liveClasses": ["pageable"],
"schema": {
"restrictSecurity": true
}
}
}
Classes TODO
Class level permissions TODO
Indexes
{
"_pageableStatus": {
"pageableStatus": 1
}
}
Fields
{
"pageableStatus": {
"type": "String"
}
}
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
TODO
You can find here the complete servable documentation with guides and api reference.
MIT © yelounak