struct Slack::UI::BlockElements::PlainTextInput::Placeholder
- Slack::UI::BlockElements::PlainTextInput::Placeholder
- Struct
- Value
- Object
Defined in:
slack/ui/block_elements/plain_text_input.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 = nil || false, verbatim : Bool = false)
#