Companion
object Companion
Functions
Link copied to clipboard
The empty seed used by createTable before feature getDefaultOptions fragments are layered on. Every optional member is null; the four required core members carry their placeholder defaults.
Link copied to clipboard
fun <TData> merge(a: TableOptionsResolved<TData>, b: TableOptionsResolved<TData>?): TableOptionsResolved<TData>
Returns the field-by-field merge { ...a, ...b } — b wins.