enum

Obsctl::Domain::CommandSurface

Inherits Enum < Comparable < Value < Object

Where a command is offered.

Constants

Cli = 1
Palette = 2
None = 0
All = 3

Instance methods

cli?

Returns true if this enum value contains Cli

Source
none?
Source
palette?

Returns true if this enum value contains Palette

Source