span property

Object? get span

span (getter)

python docstring

The provided source text could not be parsed correctly.

Implementation

Object? get span => getAttribute("span");
set span (Object? span)

span (setter)

python docstring

The provided source text could not be parsed correctly.

Implementation

set span(Object? span) => setAttribute("span", span);