Interface InsightInterface

The InsightInterface controller is responsible for retrieving the Insight interface configuration.

interface InsightInterface {
    state: InsightInterfaceState;
    fetch(): void;
    subscribe(listener: (() => void)): Unsubscribe;
}

Hierarchy (view full)

Methods

Properties

Methods

Properties

A scoped and simplified part of the headless state that is relevant to the InsightInterface controller.