struct Obsctl::Config::SceneConfig

Overview

User configuration for one OBS scene and its local aliases.

Included Modules

Defined in:

obsctl/config/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(name : String, alias __arg0 : String | Nil = nil, shortcut : String | Nil = nil, group : String | Nil = nil, stale : Bool = false, hidden : Bool = false) #

[View source]

Instance Method Detail

def alias : String | Nil #

def group : String | Nil #

def hidden : Bool #

def name : String #

def shortcut : String | Nil #

def stale : Bool #