Struct ::exo::vs::TableColumnSettings

Overview

Settings for a column inside a Table

Methods

Creates a new TableColumnSettings.

Protocols

protocol get ident
let output = value.ident

Allows a get operation to work.

protocol set ident
value.ident = input

Allows a set operation to work.

protocol get position
let output = value.position

Allows a get operation to work.

protocol set position
value.position = input

Allows a set operation to work.

protocol get name
let output = value.name

Allows a get operation to work.

protocol set name
value.name = input

Allows a set operation to work.

protocol get read_only
let output = value.read_only

Allows a get operation to work.

protocol set read_only
value.read_only = input

Allows a set operation to work.