className? | string | Optional CSS class names. |
imageFieldValue | any | The current image field value (stringified or parsed object) from the SharePoint list item. |
inline? | boolean | If true, the image picker is rendered inline (horizontal layout). |
label? | string | Optional label shown above the image selector. |
loading? | boolean | Whether to show a loading spinner. |
onFileSelected | (file ) => any | Callback triggered when a file is selected. |
readOnly? | boolean | When true, disables the image selection interaction. |
sp | SPFI | Instance of PnP JS SPFI used to interact with SharePoint. |
style? | any | Optional style overrides. |