AlertParameter
Home > @gooddata/sdk-model > AlertParameter
AlertParameter type
Visible parameters applied.
Signature:
export type AlertParameter = {
id: string;
title?: string;
value: string;
};
Home > @gooddata/sdk-model > AlertParameter
Visible parameters applied.
Signature:
export type AlertParameter = {
id: string;
title?: string;
value: string;
};