Class WeakActionContext
Instantiable
The action context with weak references to panes.
class marta.WeakActionContext {
let activePane: PaneContext?
let args: Dictionary<String, Any>
let inactivePane: PaneContext?
let window: WindowContext
fun toActionContext(): ActionContext?
}