path property

String? get path

The path to the side panel HTML file to use. This must be a local resource within the extension package.

Implementation

String? get path => _wrapped.path;
set path (String? v)

Implementation

set path(String? v) {
  _wrapped.path = v;
}