MBElementType enum

The type of elements.

Inheritance

Constructors

MBElementType()
const

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.

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.