Interface WorkbenchAction
Properties
Optional actionId
actionId: string
Defined in models/WorkbenchAction.ts:6
alias
alias: string
Defined in models/WorkbenchAction.ts:7
iconBase
iconBase: string
Defined in models/WorkbenchAction.ts:9
id
id: string
Defined in models/WorkbenchAction.ts:8
name
name: string
Defined in models/WorkbenchAction.ts:10
workbenchId
workbenchId: string
Defined in models/WorkbenchAction.ts:11
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
An alternative unique identifier. An alias is typically used to identify an action that is used in offline mode. An alias should be more descriptive than the id, therefore an alias makes offline logic more descriptive. descriptive.