Interface AsukaRegisterModuleOptions

Additional options accepted by AsukaDesigner.registerModule.

interface AsukaRegisterModuleOptions {
    addToLayout?: boolean | AsukaLayoutItemRegistration;
    layoutZone?: LayoutZoneId;
}

Properties

addToLayout?: boolean | AsukaLayoutItemRegistration

Also inject a matching menu item into the current layout. Pass true to auto-create a minimal item from the module definition, or provide a full registration object to control icon, display mode and placement.

layoutZone?: LayoutZoneId

Target layout zone used when addToLayout is enabled. Defaults to left.