Interface AnalyticsSessionPresentationExperimental

A presentation mounted by a session.

interface AnalyticsSessionPresentation {
    adapter: AnalyticsPresentationAdapter;
    fallback: boolean;
    handle: AnalyticsPresentationHandle;
    id: string;
    remove(): void;
}

Properties

Methods

Properties

fallback: boolean

True when the session fell back to the accessible table.

id: string

Methods