Event that fires after selected objects becomes isolated.

interface IsolateEvent {
    type: "isolate";
}

Properties

Properties

type: "isolate"

Event type.