Additional options for an action.

interface IActionOptions {
    useVersion?: string;
}

Properties

Properties

useVersion?: string

Install the version of the entry.

Note

This is ignored by all actions except install.