class
UI::QuickActionsCatalog
- UI::QuickActionsCatalog
- Reference
- Object
Defined in:
ui/quick_actions.crConstructors
Instance Method Summary
- #actions : Array(QuickAction)
- #actions=(actions : Array(QuickAction))
- #add(action : QuickAction) : self
- #add_action(type : String, title : String, subtitle : String | Nil = nil, system_image : String | Nil = nil, user_info : Hash(String, String) = {} of String => String) : QuickAction
- #apply : Bool
- #clear : Nil
- #install : Bool
- #is_applied : Bool
- #is_applied=(is_applied : Bool)
- #to_json : String
Constructor Detail
Instance Method Detail
def add_action(type : String, title : String, subtitle : String | Nil = nil, system_image : String | Nil = nil, user_info : Hash(String, String) = {} of String => String) : QuickAction
#