rawOption property

bool rawOption
final

When true, option is treated as a raw JS object literal string which can include JavaScript functions like formatters.

When false (default), option must be pure JSON with no functions.

Implementation

final bool rawOption;