slot property

String slot

Returns the value of element's slot content attribute. Can be set to change it.

MDN Reference

Implementation

_i2.String get slot => _i4.getProperty(
      this,
      'slot',
    );
void slot=(String value)

Implementation

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