rowTypeKeyPath
The key path for the row type.
Declaration
var rowTypeKeyPath: String { get set }Discussion
The key path is used to get the row type in the “rows” binding. The corresponding property should be a number that specifies an NSRuleEditorRowType value (see Row Types).
The default value is @"rowType".