SavingState
Home > @gooddata/sdk-ui-dashboard > SavingState
SavingState type
Signature:
export type SavingState = {
saving: boolean;
result?: boolean;
error?: Error;
};
Home > @gooddata/sdk-ui-dashboard > SavingState
Signature:
export type SavingState = {
saving: boolean;
result?: boolean;
error?: Error;
};