class Place::Tab

Included Modules

Extended Modules

Defined in:

place/meet/tab.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(icon : String, name : String, inputs : Array(String), help : Nil | String = nil, controls : Nil | String = nil, merge_on_join : Bool | Nil = nil, presentation_source : Nil | String = nil, json_unmapped : Hash(String, JSON::Any) = Hash(String, JSON::Any).new) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone : Tab #

[View source]
def controls : String | Nil #

such as: vidconf-controls


[View source]
def help : String | Nil #

[View source]
def icon : String #

[View source]
def inputs : Array(String) #

[View source]
def merge(tab : Tab) : Tab #

[View source]
def merge!(tab : Tab) : Tab #

[View source]
def merge_on_join : Bool | Nil #

[View source]
def name : String #

[View source]
def presentation_source : String | Nil #

For the VC controls


[View source]