MBElementType enum
The type of elements.
Values
- undefined → const MBElementType
-
Used when the type of the element can't be defined.
- text → const MBElementType
-
A text element.
- images → const MBElementType
-
An image element.
- media → const MBElementType
-
A general media element.
- checkbox → const MBElementType
-
A checkbox element.
- date → const MBElementType
-
A date element.
- address → const MBElementType
-
An address element.
- dropdown → const MBElementType
-
A dropdown element.
- poll → const MBElementType
-
A poll element.
- markdown → const MBElementType
-
A markdown element.
- relation → const MBElementType
-
A relation element.
- color → const MBElementType
-
A color element.
- shopifyCollection → const MBElementType
-
An element representing a shopify collection.
- custom → const MBElementType
-
A custom element that can be defined from the MBurger dashboard
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MBElementType> - A constant List of the values in this enum, in order of their declaration.