-
The name of the item.
Declaration
Swift
var name: String? { get set }
-
TBD
Declaration
Swift
var currentViewIndex: Int { get set }
-
TBD
Declaration
Swift
var editMode: Bool { get set }
-
TBD
Declaration
Swift
var showContextPane: Bool { get set }
-
TBD
Declaration
Swift
var showFilterPanel: Bool { get set }
-
TBD
Declaration
Swift
var screenshot: File? { get set }
-
Undocumented
Declaration
Swift
var uid: Int?
-
Undocumented
Declaration
Swift
var parsed: CVUParsedSessionDefinition?
-
Undocumented
Declaration
Swift
var state: CVUStateDefinition? { get }
-
TBD
Declaration
Swift
var views: [CascadableView]
-
TBD
Declaration
Swift
var sessions: Sessions?
-
Undocumented
Declaration
Swift
var context: MemriContext?
-
Undocumented
Declaration
Swift
var swiftUIEditMode: EditMode { get set }
-
Undocumented
Declaration
Swift
var hasHistory: Bool { get }
-
Undocumented
Declaration
Swift
public var currentView: CascadableView? { get }
-
Undocumented
Declaration
Swift
init(_ state: CVUStateDefinition?, _ sessions: Sessions) throws
-
Undocumented
Declaration
Swift
subscript(propName: String) -> Any? { get set }
-
Undocumented
Declaration
Swift
func schedulePersist()
-
Undocumented
Declaration
Swift
public func persist() throws
-
Undocumented
Declaration
Swift
public func setCurrentView( _ state: CVUStateDefinition? = nil, _ viewArguments: ViewArguments? = nil ) throws
-
Undocumented
Declaration
Swift
public func takeScreenShot(immediate: Bool = false)
-
Declaration
Swift
public static func == (lt: Session, rt: Session) -> Bool