Update image api-generator
parent
f16095b00f
commit
f8673c084c
|
@ -4,6 +4,12 @@ const ImageProps = [
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: 'false',
|
default: 'false',
|
||||||
description: 'Controls the preview functionality.'
|
description: 'Controls the preview functionality.'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'indicatorIcon',
|
||||||
|
type: 'string',
|
||||||
|
default: 'pi pi-eye',
|
||||||
|
description: 'Custom indicator icon.'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue