Output constructor

Output([
  1. String? value
])

The <output> HTML element is a container element into which a site or app can inject the results of a calculation or the outcome of a user action. Read more...

Implementation

Output([super.value]) {
  tag = 'output';
}