interface GlobalModifierCommand
extends GlobalCommand

Interface for a global modifier command.

Properties

readonly
executePriority: number

Used to determine the order in which multiple global modifier command instances parsed from the provided arguments will be executed. Higher values will execute before lower values.

Usage

import type GlobalModifierCommand from ".";