struct UI::PathControlWithWebFallback::Component

Defined in:

ui/views/path_control_with_web_fallback.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, icon : String | Nil = nil, url : String | Nil = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, icon _icon = @icon, url _url = @url) #

[View source]
def icon : String | Nil #

def name : String #

def url : String | Nil #