kind property

The kind of this cell.

Implementation

_i3.NotebookCellKind get kind =>
    _i3.NotebookCellKind.values.byName(_i5.getProperty(
      this,
      'kind',
    ));