Update API doc
parent
7c885411ba
commit
5bc526e5f4
|
@ -28001,6 +28001,14 @@
|
||||||
"description": "Custom passthrough(pt) options.",
|
"description": "Custom passthrough(pt) options.",
|
||||||
"relatedProp": "PaginatorProps.pt",
|
"relatedProp": "PaginatorProps.pt",
|
||||||
"props": [
|
"props": [
|
||||||
|
{
|
||||||
|
"name": "paginatorWrapper",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "PaginatorPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the paginator wrapper's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue