TextContentObject
Home > @gooddata/sdk-ui-gen-ai > TextContentObject
TextContentObject type
Signature:
export type TextContentObject = {
    id: string;
    type: "metric" | "attribute" | "fact" | "date";
    title: string;
};
Home > @gooddata/sdk-ui-gen-ai > TextContentObject
Signature:
export type TextContentObject = {
    id: string;
    type: "metric" | "attribute" | "fact" | "date";
    title: string;
};