Interface RelevanceInspectorInitialState

interface RelevanceInspectorInitialState {
    enabled?: boolean;
}

Properties

Properties

enabled?: boolean

Whether debug mode should be enabled.