AboutSupportDeveloper GuideVersion 22.3.18

Interface CLIBuiltInAction<T>

An action that is built into Home.

interface CLIBuiltInAction<T> {
    hotkey?: string;
    name: T;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

hotkey?: string
name: T