class UI::TokenField::Token

Defined in:

ui/views/token_field.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, icon : String | Nil = nil, secondary_text : String | Nil = nil) #

[View source]

Instance Method Detail

def branch? : Bool #

[View source]
def icon : String | Nil #

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

[View source]
def secondary_text : String | Nil #

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

[View source]
def title : String #

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

[View source]