InterfacesLineOptionsOn this pageLineOptionsThe LineOptions interface represents the options for configuring a line in the game.Definitioninterface LineOptions { color?: string; weight?: number;}PropertiescolorType: string (optional)The color of the line.weightType: number (optional)The weight (thickness) of the line.