class
UI::QuickAction
- UI::QuickAction
- Reference
- Object
Defined in:
ui/quick_actions.crConstructors
Instance Method Summary
- #subtitle : String | Nil
- #subtitle=(subtitle : String | Nil)
- #system_image : String | Nil
- #system_image=(system_image : String | Nil)
- #title : String
- #title=(title : String)
- #to_json(json : JSON::Builder) : Nil
- #type : String
- #type=(type : String)
- #user_info : Hash(String, String)
- #user_info=(user_info : Hash(String, String))
Constructor Detail
def self.new(type : String, title : String, subtitle : String | Nil = nil, system_image : String | Nil = nil, user_info : Hash(String, String) = {} of String => String)
#