Settings for a column inside a Table
Methods
Creates a new TableColumnSettings.
Protocols
let output = value.ident
Allows a get operation to work.
value.ident = input
Allows a set operation to work.
let output = value.position
Allows a get operation to work.
value.position = input
Allows a set operation to work.
let output = value.name
Allows a get operation to work.
value.name = input
Allows a set operation to work.
let output = value.read_only
Allows a get operation to work.
value.read_only = input
Allows a set operation to work.