axis property

String get axis

Sets or retrieves a comma-delimited list of conceptual categories associated with the object. @deprecated

MDN Reference

Implementation

_i2.String get axis => _i4.getProperty(
      this,
      'axis',
    );
set axis (String value)

Implementation

set axis(_i2.String value) {
  _i4.setProperty(
    this,
    'axis',
    value,
  );
}