import { InStringPlaceholderMode, ObjectInspectorPosition } from "../ConfigurationTypes"; export declare namespace IObjectInspectorConfigParsed { const injectName = "$cc.IObjectInspectorConfigParsed"; } export interface IObjectInspectorConfigParsed { bgItemEnabled: boolean; dndEnabled: boolean; violationWarningsEnabled: boolean; inStringPlaceholderMode: InStringPlaceholderMode.InStringPlaceholderModeType; variableItemsEnabled: boolean; emptyListTextEnabled: boolean; position: ObjectInspectorPosition.ObjectInspectorPositionType; isHidden: boolean; toggleEnabled: boolean; aboveCanvasOnSmallScreenEnabled: boolean; showItemName: boolean; }