Property
isTarget
Indicates if this model allows modifications.
var isTarget: Bool { get set }
Discussion
Source models are typically read-only (false), whilst target models allow creation and modification (true).
Property
Indicates if this model allows modifications.
var isTarget: Bool { get set }
Source models are typically read-only (false), whilst target models allow creation and modification (true).