configuration property

InteractionConfiguration configuration

Defines the set of interactive operations enabled when using this tool.

By default, the FreehandTool.configuration allows creation and selection of parts, transformation, and deletion operations.

This tool ignores the InteractionConfiguration.allowVertexCreation property.

Implementation

InteractionConfiguration get configuration => _configuration.value;
void configuration=(InteractionConfiguration value)

Implementation

set configuration(InteractionConfiguration value) =>
    _configuration.value = value;