Method: Element#style

Defined in:
lib/source/redshift/accessors.rb

#styleObject

call-seq:

elem.style -> string

Returns the value of elem’s HTML style property.



311
312
313
# File 'lib/source/redshift/accessors.rb', line 311

def style
  `$q(this.__native__.style.cssText)`
end