ZoomIn and zoomOut props added

This commit is contained in:
Olgu Örs Başak 2023-04-10 13:35:15 +03:00
parent fd29176b48
commit 5f57291418
3 changed files with 53 additions and 5 deletions

View file

@ -10,6 +10,18 @@ const ImageProps = [
type: 'string',
default: 'pi pi-eye',
description: 'Custom indicator icon.'
},
{
name: 'zoomInDisabled',
type: 'boolean',
default: 'false',
description: 'Disable the zoom-in button'
},
{
name: 'zoomOutDisabled',
type: 'boolean',
default: 'false',
description: 'Disable the zoom-out button'
}
];