Type Alias TableViewConnectionPointSaveInfo

type TableViewConnectionPointSaveInfo = {
    qFields?: string[];
    qPos?: Point;
}
Index

Properties

Properties

qFields?: string[]

List of the fields in the table.

qPos?: Point

Information about the position of the connection point.