class UI::QuickAction

Defined in:

ui/quick_actions.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def subtitle : String | Nil #

[View source]
def subtitle=(subtitle : String | Nil) #

[View source]
def system_image : String | Nil #

[View source]
def system_image=(system_image : String | Nil) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def to_json(json : JSON::Builder) : Nil #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def user_info : Hash(String, String) #

[View source]
def user_info=(user_info : Hash(String, String)) #

[View source]