diff --git a/api-generator/components/image.js b/api-generator/components/image.js index fdb187f2c..d5966f3a6 100644 --- a/api-generator/components/image.js +++ b/api-generator/components/image.js @@ -4,6 +4,12 @@ const ImageProps = [ type: 'boolean', default: 'false', description: 'Controls the preview functionality.' + }, + { + name: 'indicatorIcon', + type: 'string', + default: 'pi pi-eye', + description: 'Custom indicator icon.' } ];