Skip to main content
Version: Next

CommandKitEnvironmentInternalData

CommandKitEnvironmentInternalData

Signature
interface CommandKitEnvironmentInternalData {
executionError: Error | null;
type: CommandKitEnvironmentType | null;
variables: Map<string, any>;
deferredFunctions: Map<string, GenericFunction<[CommandKitEnvironment]>>;
marker: string;
markStart: number;
markEnd: number;
context: Context | null;
}

executionError

property
Error | null

type

variables

property
Map<string, any>

deferredFunctions

property

marker

property
string

markStart

property
number

markEnd

property
number

context

property
Context | null