Interface DrawingPropertiesOptions

interface DrawingPropertiesOptions {
    ids?: readonly string[];
    onClose(): void;
}

Properties

Methods

Properties

ids?: readonly string[]

The drawings to edit; they become the selection. Default: the current selection.

Methods