Type Alias InsightURL

In case of multiple insight urls for multi-sheet sharing (or subsequent multi types) this defines those URLs and a mapping to the correct object.

type InsightURL = {
    directURL?: string;
    fallbackURL?: string;
    insightID?: string;
    resourceID?: string;
    status?: "successful" | "failed";
    templateID?: string;
}
Index

Properties

directURL?: string
fallbackURL?: string
insightID?: string
resourceID?: string

an identifier for the object within the template that this insight link points to

status?: "successful" | "failed"

the status of the creation for this insight URL

templateID?: string

an identifier for the template that this insight link points to