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 Summary)

Methods

Properties

Methods

Properties

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