Interface RelevanceInspector

The RelevanceInspector controller is in charge of allowing displaying various debug information.

Example: relevance-inspector.fn.tsx

interface RelevanceInspector {
    state: RelevanceInspectorState;
    disable(): void;
    disableFetchAllFields(): void;
    enable(): void;
    enableFetchAllFields(): void;
    fetchFieldsDescription(): void;
    subscribe(listener: () => void): Unsubscribe;
}

Hierarchy (View Summary)

Methods

Properties

The state of the RelevanceInspector controller.