struct
Components::CSS::Tokens::StateScale
- Components::CSS::Tokens::StateScale
- Struct
- Value
- Object
Defined in:
components/css/tokens/amber_theme.crConstructors
Instance Method Summary
- #active : String
- #clone
- #copy_with(default _default = @default, hover _hover = @hover, active _active = @active, selected _selected = @selected, disabled _disabled = @disabled, loading _loading = @loading)
- #default : String
- #disabled : String
- #hover : String
- #loading : String
- #selected : String
Constructor Detail
def self.new(default : String, hover : String, active : String, selected : String, disabled : String, loading : String)
#
Instance Method Detail
def copy_with(default _default = @default, hover _hover = @hover, active _active = @active, selected _selected = @selected, disabled _disabled = @disabled, loading _loading = @loading)
#