Add Loading Spinner API to content action overflow menu extension point

This commit is contained in:
Thomas Zerr
2023-09-18 10:04:03 +02:00
parent afbb14239e
commit aa767ec945
5 changed files with 30 additions and 6 deletions

View File

@@ -640,6 +640,7 @@ export type ContentActionExtensionProps = {
revision: string;
handleExtensionError: React.Dispatch<React.SetStateAction<Error | undefined>>;
contentType?: ContentType;
setLoading?: (isLoading: boolean) => void;
};
type BaseActionBarOverflowMenuProps = {