API Reference 0.3.24dart_web_toolkit_roleAriaAttributeType

AriaAttributeType abstract class

Interface that is and needs to be implemented by ALL non primitive attribute types

abstract class AriaAttributeType {
 String getAriaValue();
}

Subclasses

PressedValue<int>

Methods

abstract String getAriaValue() #