Update API doc
parent
99d90d3a96
commit
6bc986af63
|
@ -23825,40 +23825,16 @@
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "pi pi-times",
|
"default": "",
|
||||||
"description": "Icon to display in the toast close button."
|
"description": "Icon to display in the toast close button."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "infoIcon",
|
"name": "icon",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "pi pi-info-circle",
|
"default": "",
|
||||||
"description": "Icon to display in the toast with info severity."
|
"description": "Icon to display in the toast."
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "warnIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "string",
|
|
||||||
"default": "pi pi-exclamation-triangle",
|
|
||||||
"description": "Icon to display in the toast with warn severity."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "errorIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "string",
|
|
||||||
"default": "pi pi-times",
|
|
||||||
"description": "Icon to display in the toast with error severity."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "successIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "string",
|
|
||||||
"default": "pi pi-check",
|
|
||||||
"description": "Icon to display in the toast with success severity."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "closeButtonProps",
|
"name": "closeButtonProps",
|
||||||
|
@ -23888,6 +23864,18 @@
|
||||||
],
|
],
|
||||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
"description": "Custom message template."
|
"description": "Custom message template."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon",
|
||||||
|
"parameters": [],
|
||||||
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
|
"description": "Custom icon template."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "closeicon",
|
||||||
|
"parameters": [],
|
||||||
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
|
"description": "Custom close icon template."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue