indexAction.prototype.paths
property Action.prototype.paths
import { Action } from ".";
const { paths } = Action.prototype;

A list of paths a chosen Action may take

Type

readonly [Path, ...Path[]]