Blueprint Selection
Type: Class
How to get BlueprintSelection?
JavaScript
import BlueprintSelection from 'fontoxml-blueprints/src/BlueprintSelection.js'
Represents the selection in a blueprint. Instances of BlueprintSelection are used by custom mutations.
This class extends BlueprintRange
Constructor arguments
blueprint
(Required)
Type: Blueprint
The blueprint in which this selection is maintained
Static properties
create From Range
Type: Function
Create a new selection range from another range.
Arguments
Returns