<?xml version="1.0" encoding="UTF-8"?>
<!--
IBUIMenu.inspector
Copyright © 2019 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Title">
            <property type="string" keyPath="inspectedObjectsController.selection.object.title" editableKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
        </sliver>
        <sliver title="Identifier">
            <property type="string" keyPath="inspectedObjectsController.selection.object.ibInspectedIdentifier" editableKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
        </sliver>
        <sliver title="Options">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.options" bits="0x1"  title="Display Inline" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.options" bits="0x2"  title="Destructive" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.options" bits="0x20"  title="Single Selection" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
        </sliver>
        <sliver visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedCanBeInitialMenu">
            <property type="boolean" title="Is Initial Menu" keyPath="inspectedObjectsController.selection.object.ibInspectedIsDesignatedMenu"/>
        </sliver>
    </section>
    <section title="System Provided Items" visibleKeyPath="inspectedObjectsController.selection.object.isSystemItem">
        <sliver fullWidth="true">
            <property type="ib-menu-child-removal-array" keyPath="inspectedObjectsController.selection.object.ibInspectedSystemMenuChildDeletions" fullListKeyPath="inspectedObjectsController.selection.object.allSystemMenuChildDeletions" />
        </sliver>
    </section>
</slice>
