-
Undocumented
Declaration
Swift
override var defaultValues: [String : Any?] { get }
-
Undocumented
Declaration
Swift
required init(_ context: MemriContext, values: [String : Any?] = [:])
-
Undocumented
Declaration
Swift
func openView( _ context: MemriContext, view: CVUStateDefinition, with arguments: ViewArguments? = nil ) throws
-
Undocumented
Declaration
Swift
func exec(_ arguments: [String : Any?]) throws
-
Undocumented
Declaration
Swift
class func exec(_ context: MemriContext, _ arguments: [String : Any?]) throws