<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBNSMenuItem.inspector
 Copyright © 2009-2021 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Title">
            <property type="string" placeholder="Title" keyPath="inspectedObjectsController.selection.object.ibInspectedTitle" />
        </sliver>
        <sliver title="Key Equivalent">
            <property type="key-equivalent" keyPath="inspectedObjectsController.selection.object.ibInspectedKeyEquivalent"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.alternate" title="Alternate"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowsKeyEquivalentWhenHidden" title="Allowed When Hidden" />
        </sliver>
        <sliver title="Localize" visibleKeyPath="inspectedObjectsController.selection.object.ibSupportsLocalizationAutomaticKeyEquivalents">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedLocalizationType">
                <option-group>
                    <option title="Automatic" value="0"/>
                    <option title="Without Mirroring" value="1"/>
                    <option title="Never" value="2"/>
                </option-group>
            </property>
        </sliver>
    </section>
    <section>
        <sliver title="State">
            <property type="enumeration" placeholder="State" keyPath="inspectedObjectsController.selection.object.state">
                <option-group>
                    <option title="On" value="1" />
                    <option title="Off" value="0" />
                    <option title="Mixed" value="-1" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Tag">
            <property type="number" keyPath="inspectedObjectsController.selection.object.tag" />
        </sliver>
        <sliver title="Identifier" >
            <property type="string" keyPath="inspectedObjectsController.selection.object.ibExternalUserInterfaceItemIdentifier" placeholder="Automatic"/>
        </sliver>
        <sliver title="Indentation">
            <property type="number" keyPath="inspectedObjectsController.selection.object.indentationLevel" minimum="0" />
        </sliver>
        <sliver>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.enabled" title="Enabled"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.hidden" title="Hidden"/>
        </sliver>
    </section>
    <section>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Image" resourceType="image" placeholder="Image" keyPath="inspectedObjectsController.selection.object.image"/>
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="On Image" resourceType="image" placeholder="Default On State Image" keyPath="inspectedObjectsController.selection.object.ibInspectedOnStateImage"/>
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Off Image" resourceType="image" placeholder="Default Off State Image" keyPath="inspectedObjectsController.selection.object.offStateImage"/>
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Mixed Image" resourceType="image" placeholder="Default Mixed State Image" keyPath="inspectedObjectsController.selection.object.ibInspectedMixedStateImage"/>
        </sliver>
    </section>
    <section>
        <sliver title="Attrib. Title">
            <property type="string" placeholder="Title" keyPath="inspectedObjectsController.selection.object.attributedTitle" attributed="true" dataSourceKeyPath="inspectedObjectsController.selection.object.ibFontDataSource"
                appearanceKeyPath="inspectedObjectsController.selection.object.effectiveAppearance"/>
        </sliver>
    </section>
</slice>
