struct Slack::UI::Modal::Close
- Slack::UI::Modal::Close
- Struct
- Value
- Object
Defined in:
slack/ui/surfaces/modal.crConstructors
Instance Method Summary
- #after_initialize
- #emoji : Bool
- #emoji=(emoji : Bool)
- #empty?
- #text : String
- #text=(text : String)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(type : String)
- #verbatim : Bool
- #verbatim=(verbatim : Bool)
Constructor Detail
def self.new(text : String, type : String = "plain_text" || "plain_text", emoji : Bool = true || false, verbatim : Bool = false)
#