enabledCommands property

List<String> get enabledCommands

A set of commend ids that are allowed to be executed by this markdown string.

Implementation

_i2.List<_i2.String> get enabledCommands => (_i5.getProperty(
      this,
      'enabledCommands',
    ) as _i2.List)
        .cast();