MmNotice class
Properties
-
action
↔ String?
-
Optional action to perform on action button click. (defaults to closing the notice)
getter/setter pair
-
actionParam
↔ String?
-
Optional action parameter. Example: {"action": "url", actionParam: "/console/some-page"}
getter/setter pair
-
actionText
↔ String?
-
Optional override for the action button text (defaults to OK)
getter/setter pair
-
description
↔ String?
-
Notice content. Use {{Mattermost}} instead of plain text to support white-labeling. Text supports Markdown.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
id
↔ String?
-
Notice ID
getter/setter pair
-
image
↔ String?
-
URL of image to display
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sysAdminOnly
↔ bool?
-
Does this notice apply only to sysadmins
getter/setter pair
-
teamAdminOnly
↔ bool?
-
Does this notice apply only to team admins
getter/setter pair
-
title
↔ String?
-
Notice title. Use {{Mattermost}} instead of plain text to support white-labeling. Text supports Markdown.
getter/setter pair