OptionalalignSets the Container's align items property.
OptionalbindingA binding to use with this Element.
OptionalchildrenThe children of the current component.
OptionalclassThe class attribute of this Element's HTMLElement.
OptionaldomThe HTMLElement to create this Element with. If not provided this Element will create one.
OptionalenabledSets whether it is possible to interact with this Element and its children.
OptionalerrorSets whether the Element is in an error state.
OptionalflexSets whether the element uses flex layout.
OptionalflexSets the element's flexBasis CSS property.
OptionalflexSets the element's flexDirection CSS property.
OptionalflexSets the element's flexGrow CSS property.
OptionalflexSets the element's flexShrink CSS property.
OptionalflexSets the element's flexWrap CSS property.
OptionalgridSets whether the Container supports the grid layout.
OptionalhasWhether the MenuItem has any child MenuItems.
OptionalheightSets the initial height of the Element.
OptionalhiddenSets whether this Element is hidden. Defaults to false.
OptionaliconSets the CSS code for an icon for the MenuItem. e.g. 'E401' (notice we omit the '\' character).
OptionalidThe id attribute of this Element's HTMLElement.
OptionalignoreIf true, this Element will ignore its parent's enabled value when determining whether this element is enabled. Defaults to false.
OptionalisSets whether this Element is at the root of the hierarchy.
OptionalitemsAn array of MenuItem constructor data. If defined then child MenuItems will be created and added to the MenuItem.
OptionallinkLinks the observer attribute at the path location in the given observer to this Element.
OptionalmenuSets the parent Menu Element.
OptionalonIf provided and the Element is changeable, this function will be called each time the element value is changed.
OptionalonIf provided and the Element is clickable, this function will be called each time the element is clicked.
OptionalonSets the function that determines whether the MenuItem should be enabled when the Menu is shown.
OptionalonSets the function that determines whether the MenuItem should be visible when the Menu is shown.
OptionalonIf provided and the Element is removable, this function will be called each time the element is removed.
OptionalonCalled when the Container has been resized.
OptionalonSets the function called when we select the MenuItem.
OptionalparentSets the parent Element.
OptionalreadWhether this Element is read only or not. Defaults to false.
OptionalresizableSets whether the Container is resizable and where the resize handle is located. Can
be one of 'top', 'bottom', 'right', 'left'. Defaults to null which disables resizing.
OptionalresizeSets the maximum size the Container can take when resized in pixels.
OptionalresizeSets the minimum size the Container can take when resized in pixels.
OptionalscrollableSets whether the Container should be scrollable.
OptionalstyleSets an initial value for Element.dom.style.
OptionaltabSets the tabIndex of the Element.
OptionaltextSets the text shown on the MenuItem.
OptionalwidthSets the initial width of the Element.
The arguments for the MenuItem constructor.