ActionsDialogsOpenDialog class abstract

Post object to create

Properties:

Constructors

ActionsDialogsOpenDialog([void updates(ActionsDialogsOpenDialogBuilder b)])
factory

Properties

callbackId String?
Set an ID that will be included when the dialog is submitted
no setter
elements → BuiltList<JsonObject>
Input elements, see https://docs.mattermost.com/developer/interactive-dialogs.html#elements
no setter
hashCode int
The hash code for this object.
no setterinherited
introductionText String?
Markdown formatted introductory paragraph
no setter
notifyOnCancel bool?
Set true to receive payloads when user cancels a dialog
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Set some state to be echoed back with the dialog submission
no setter
submitLabel String?
Label on the submit button
no setter
title String
Title of the dialog
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ActionsDialogsOpenDialogBuilder)) ActionsDialogsOpenDialog
Rebuilds the instance.
inherited
toBuilder() ActionsDialogsOpenDialogBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<ActionsDialogsOpenDialog>
no setter