WorkspaceD.Instance

Undocumented in source.

Members

Functions

attach
bool attach(WorkspaceD workspaced)

Loads a registered component which didn't have auto register on just for this instance.

get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has()
Undocumented in source. Be warned that the author may not have intended to support it.
importFiles
string[] importFiles()
Undocumented in source. Be warned that the author may not have intended to support it.
importPaths
string[] importPaths()
Undocumented in source. Be warned that the author may not have intended to support it.
run
Future!JSONValue run(WorkspaceD workspaced, string component, string method, JSONValue[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
stringImportPaths
string[] stringImportPaths()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

config
Configuration config;
Undocumented in source.
cwd
string cwd;
Undocumented in source.
importFilesProvider
ImportPathProvider importFilesProvider;
Undocumented in source.
importPathProvider
ImportPathProvider importPathProvider;
Undocumented in source.
instanceComponents
ComponentWrapperInstance[] instanceComponents;
Undocumented in source.
stringImportPathProvider
ImportPathProvider stringImportPathProvider;
Undocumented in source.

Meta