Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 524 Bytes

state.md

File metadata and controls

24 lines (12 loc) · 524 Bytes

State

Properties

  • name String State name, eg. hover, nth-of-type(2n)
  • label String State label, eg. Hover, Even/Odd

getName

Get state name

Returns String

getLabel

Get state label. If label was not provided, the name will be returned.

Returns String