uiKind property

UIKind get uiKind

The UI kind property indicates from which UI extensions are accessed from. For example, extensions could be accessed from a desktop application or a web browser.

Implementation

_i4.UIKind get uiKind => _i4.UIKind.values.byName(_i3.getProperty(
      this,
      'uiKind',
    ));