Type Alias TableViewBroomPointSaveInfo

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

Properties

qFields?: string[]

List of fields in the table.

qPos?: Point

Information about the position of the broom point.

qTable?: string

Name of the table.