Constructor
new MenuItemFormItem(props)
Instantiates a new MenuItemFormItem
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props |
object |
Properties to initialize the MenuItemFormItem with Properties
|
Members
description :string
The description of this MenuItemFormItem.
textSearch :string
Field to add more context for searching in options.
(readonly) type :string
The type of a menu item inside a form, either "option"
or "content"
.
value :string
The value of this MenuItemFormItem, used in form serialization.
Methods
(static) fromTag(tag) → {MenuItemFormItem}
Creates a MenuItemFormItem from a SectionTag's child
Parameters:
Name | Type | Description |
---|---|---|
tag |