Workspace Activator

Summary

Lifecycle

activate {
	if ext.type = NATIVE
		activateNativeWorkspace
	else
		activateCodeWorkspace
}

activateCodeWorkspace {
	new DendronCodeWorkspace
}

Reference

Cook

Past Tasks


Backlinks