Further options for the URI aware command handler instantiation.

interface Options {
    multi?: boolean;
}

Properties

Properties

multi?: boolean

true if the handler supports multiple selection. Otherwise, false. Defaults to false.