struct Slack::UI::Components::InputElement
- Slack::UI::Components::InputElement
 - Slack::UI::BaseComponent
 - Struct
 - Value
 - Object
 
Defined in:
slack/ui/components/input_element.crClass Method Summary
Instance methods inherited from struct Slack::UI::BaseComponent
  
  
    
      initialize
    initialize
    
  
    
  Constructor methods inherited from struct Slack::UI::BaseComponent
  
  
    
      new
    new
    
  
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Class Method Detail
        
        def self.render(action_id : String, label_text : String, placeholder_text : String, initial_value : String | Nil = nil, dispatch_action : Bool = false, multiline : Bool = false)
        #