interface LevelEditorOptions {
    ids?: readonly string[];
}

Properties

Properties

ids?: readonly string[]

The drawings to edit. Default: the controller's selection.