labelConfig (*) | Object with properties:$schema: stringground: Object with properties:default: Array<_Array of objects:_<br /><ul><li>itemName: 'stopped' | 'timestamp' | 'verticalSpeed' | 'verticalTrend' | 'altitude' | 'agl' | 'onGround' | 'groundSpeed' | 'reportedHeading' | 'trackHeading' | 'transponder' | 'latLon' | 'trueAltitude' | 'pressureAltitude' | 'flightRule' | 'rawType' | 'icaoTransponderEquipment' | 'icaoEquipment' | 'icaoWakeCategory' | 'acShortType' | 'origin' | 'destination' | 'alternate' | 'plannedTas' | 'plannedFlightLevel' | 'rmk' | 'flightTimeHours' | 'flightTimeMinutes' | 'fuelTimeHours' | 'fuelTimeMinutes' | 'eobt' | 'aobt' | 'isValid' | 'voiceType' | 'callsign' | 'type' | 'isTimingOut' | 'lastPositionUpdateReceivedAt' | 'squawk' | 'latestTransponderStatus' | 'clearedFlightLevel' | 'assignedHeading' | 'assignedSpeed' | 'assignedMach' | 'assignedVerticalRate' | 'clearanceIssued' | 'assignedSquawk' | 'ownedByMe' | 'ownedByCallsign' | 'scratchpad' | 'groundStatus' | 'clearanceQueuePosition' | 'attentionState' | 'sid' | 'star' | 'isAmended' | 'depRunway' | 'arrRunway' | 'rawRoute' | 'hadStar' | 'hadSid' | 'isArrival' | 'isDeparture' | 'isMyDeparture' | 'isMyArrival' | 'suggestedStar' | 'suggestedSid' | 'suggestedDepRunway' | 'suggestedArrRunway' | 'myCallsign' | 'ownedByID' | 'computedSpeed' | 'computedAssignedSpeed' | 'computedCFL' | 'computedAltitude' | 'transitionAltitude' | 'assignedDirect' | 'text' | 'metarICAO' | 'metarRawMetar' | 'metarTimestamp' | 'metarWindDirection' | 'metarWindSpeed' | 'metarWindGust' | 'metarWindString' | 'metarQNHString' | 'metarQNH' | 'metarQNHUnit' | 'metarVisibility' | 'metarVisibilityUnit' | 'metarVisibilityString' | 'metarTemperature' | 'metarDewpoint' | 'controllerCallsign' | 'controllerIdentifier' | 'controllerPosition' | 'controllerFrequency' | 'controllerIsTimingOut' | 'controllerLastUpdate' | 'controllerIsATIS' | 'controllerIsGround' | 'controllerIsTower' | 'controllerIsApproach' | 'controllerIsCenter' | 'controllerHasIdentifier' - The name of the item to be displayed.</li><li>truncate: Array<number>, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - An array of two numbers representing the start and end index of the substring to be displayed.</li><li>placeholder: string - A placeholder string to be displayed when the item is empty or equal to 0.</li><li>prefix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A prefix string to be displayed before the item, it can also be an expression rule.</li><li>suffix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A suffix string to be displayed after the item, it can also be an expression rule.</li><li>mapping: Record<string, string> - A mapping object to map item values to display values, this forces the display value based on the item value you set.</li><li>padWithZeroLeft: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with leading zeros.</li><li>padWithZeroRight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with trailing zeros.</li><li>fontSize: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font size of the itemm can also be an expression rule.</li><li>fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900', string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font weight of the item, can also be an expression rule.</li><li>fontFamily: string - Font family of the item.</li><li>lineHeight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Line height of the item, can also be an expression rule.</li><li>color: Array<number> (_length: 3_), string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Color of the item (in RGBA), can also be an expression rule.</li><li>separatorBefore: boolean - Whether add a blank padding the item.</li><li>showPlusMinus: boolean - Whether to show a plus/minus sign before the item if the item is a number.</li><li>value: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A static value or expression to be displayed instead of the item if the item name is set to text.</li><li>leftClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is left-clicked</li><li>rightClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is right-clicked</li><li>doubleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is double-clicked, this is only supported for lists</li><li>middleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is middle-clicked.</li></ul>> - Default label items for ground (not arrival or departure or without flightplans).arrival: Array<_Array of objects:_<br /><ul><li>itemName: 'stopped' | 'timestamp' | 'verticalSpeed' | 'verticalTrend' | 'altitude' | 'agl' | 'onGround' | 'groundSpeed' | 'reportedHeading' | 'trackHeading' | 'transponder' | 'latLon' | 'trueAltitude' | 'pressureAltitude' | 'flightRule' | 'rawType' | 'icaoTransponderEquipment' | 'icaoEquipment' | 'icaoWakeCategory' | 'acShortType' | 'origin' | 'destination' | 'alternate' | 'plannedTas' | 'plannedFlightLevel' | 'rmk' | 'flightTimeHours' | 'flightTimeMinutes' | 'fuelTimeHours' | 'fuelTimeMinutes' | 'eobt' | 'aobt' | 'isValid' | 'voiceType' | 'callsign' | 'type' | 'isTimingOut' | 'lastPositionUpdateReceivedAt' | 'squawk' | 'latestTransponderStatus' | 'clearedFlightLevel' | 'assignedHeading' | 'assignedSpeed' | 'assignedMach' | 'assignedVerticalRate' | 'clearanceIssued' | 'assignedSquawk' | 'ownedByMe' | 'ownedByCallsign' | 'scratchpad' | 'groundStatus' | 'clearanceQueuePosition' | 'attentionState' | 'sid' | 'star' | 'isAmended' | 'depRunway' | 'arrRunway' | 'rawRoute' | 'hadStar' | 'hadSid' | 'isArrival' | 'isDeparture' | 'isMyDeparture' | 'isMyArrival' | 'suggestedStar' | 'suggestedSid' | 'suggestedDepRunway' | 'suggestedArrRunway' | 'myCallsign' | 'ownedByID' | 'computedSpeed' | 'computedAssignedSpeed' | 'computedCFL' | 'computedAltitude' | 'transitionAltitude' | 'assignedDirect' | 'text' | 'metarICAO' | 'metarRawMetar' | 'metarTimestamp' | 'metarWindDirection' | 'metarWindSpeed' | 'metarWindGust' | 'metarWindString' | 'metarQNHString' | 'metarQNH' | 'metarQNHUnit' | 'metarVisibility' | 'metarVisibilityUnit' | 'metarVisibilityString' | 'metarTemperature' | 'metarDewpoint' | 'controllerCallsign' | 'controllerIdentifier' | 'controllerPosition' | 'controllerFrequency' | 'controllerIsTimingOut' | 'controllerLastUpdate' | 'controllerIsATIS' | 'controllerIsGround' | 'controllerIsTower' | 'controllerIsApproach' | 'controllerIsCenter' | 'controllerHasIdentifier' - The name of the item to be displayed.</li><li>truncate: Array<number>, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - An array of two numbers representing the start and end index of the substring to be displayed.</li><li>placeholder: string - A placeholder string to be displayed when the item is empty or equal to 0.</li><li>prefix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A prefix string to be displayed before the item, it can also be an expression rule.</li><li>suffix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A suffix string to be displayed after the item, it can also be an expression rule.</li><li>mapping: Record<string, string> - A mapping object to map item values to display values, this forces the display value based on the item value you set.</li><li>padWithZeroLeft: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with leading zeros.</li><li>padWithZeroRight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with trailing zeros.</li><li>fontSize: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font size of the itemm can also be an expression rule.</li><li>fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900', string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font weight of the item, can also be an expression rule.</li><li>fontFamily: string - Font family of the item.</li><li>lineHeight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Line height of the item, can also be an expression rule.</li><li>color: Array<number> (_length: 3_), string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Color of the item (in RGBA), can also be an expression rule.</li><li>separatorBefore: boolean - Whether add a blank padding the item.</li><li>showPlusMinus: boolean - Whether to show a plus/minus sign before the item if the item is a number.</li><li>value: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A static value or expression to be displayed instead of the item if the item name is set to text.</li><li>leftClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is left-clicked</li><li>rightClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is right-clicked</li><li>doubleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is double-clicked, this is only supported for lists</li><li>middleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is middle-clicked.</li></ul>> - Label items for ground when the aircraft is an arrival (with flightplans).departure: Array<_Array of objects:_<br /><ul><li>itemName: 'stopped' | 'timestamp' | 'verticalSpeed' | 'verticalTrend' | 'altitude' | 'agl' | 'onGround' | 'groundSpeed' | 'reportedHeading' | 'trackHeading' | 'transponder' | 'latLon' | 'trueAltitude' | 'pressureAltitude' | 'flightRule' | 'rawType' | 'icaoTransponderEquipment' | 'icaoEquipment' | 'icaoWakeCategory' | 'acShortType' | 'origin' | 'destination' | 'alternate' | 'plannedTas' | 'plannedFlightLevel' | 'rmk' | 'flightTimeHours' | 'flightTimeMinutes' | 'fuelTimeHours' | 'fuelTimeMinutes' | 'eobt' | 'aobt' | 'isValid' | 'voiceType' | 'callsign' | 'type' | 'isTimingOut' | 'lastPositionUpdateReceivedAt' | 'squawk' | 'latestTransponderStatus' | 'clearedFlightLevel' | 'assignedHeading' | 'assignedSpeed' | 'assignedMach' | 'assignedVerticalRate' | 'clearanceIssued' | 'assignedSquawk' | 'ownedByMe' | 'ownedByCallsign' | 'scratchpad' | 'groundStatus' | 'clearanceQueuePosition' | 'attentionState' | 'sid' | 'star' | 'isAmended' | 'depRunway' | 'arrRunway' | 'rawRoute' | 'hadStar' | 'hadSid' | 'isArrival' | 'isDeparture' | 'isMyDeparture' | 'isMyArrival' | 'suggestedStar' | 'suggestedSid' | 'suggestedDepRunway' | 'suggestedArrRunway' | 'myCallsign' | 'ownedByID' | 'computedSpeed' | 'computedAssignedSpeed' | 'computedCFL' | 'computedAltitude' | 'transitionAltitude' | 'assignedDirect' | 'text' | 'metarICAO' | 'metarRawMetar' | 'metarTimestamp' | 'metarWindDirection' | 'metarWindSpeed' | 'metarWindGust' | 'metarWindString' | 'metarQNHString' | 'metarQNH' | 'metarQNHUnit' | 'metarVisibility' | 'metarVisibilityUnit' | 'metarVisibilityString' | 'metarTemperature' | 'metarDewpoint' | 'controllerCallsign' | 'controllerIdentifier' | 'controllerPosition' | 'controllerFrequency' | 'controllerIsTimingOut' | 'controllerLastUpdate' | 'controllerIsATIS' | 'controllerIsGround' | 'controllerIsTower' | 'controllerIsApproach' | 'controllerIsCenter' | 'controllerHasIdentifier' - The name of the item to be displayed.</li><li>truncate: Array<number>, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - An array of two numbers representing the start and end index of the substring to be displayed.</li><li>placeholder: string - A placeholder string to be displayed when the item is empty or equal to 0.</li><li>prefix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A prefix string to be displayed before the item, it can also be an expression rule.</li><li>suffix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A suffix string to be displayed after the item, it can also be an expression rule.</li><li>mapping: Record<string, string> - A mapping object to map item values to display values, this forces the display value based on the item value you set.</li><li>padWithZeroLeft: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with leading zeros.</li><li>padWithZeroRight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with trailing zeros.</li><li>fontSize: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font size of the itemm can also be an expression rule.</li><li>fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900', string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font weight of the item, can also be an expression rule.</li><li>fontFamily: string - Font family of the item.</li><li>lineHeight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Line height of the item, can also be an expression rule.</li><li>color: Array<number> (_length: 3_), string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Color of the item (in RGBA), can also be an expression rule.</li><li>separatorBefore: boolean - Whether add a blank padding the item.</li><li>showPlusMinus: boolean - Whether to show a plus/minus sign before the item if the item is a number.</li><li>value: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A static value or expression to be displayed instead of the item if the item name is set to text.</li><li>leftClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is left-clicked</li><li>rightClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is right-clicked</li><li>doubleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is double-clicked, this is only supported for lists</li><li>middleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is middle-clicked.</li></ul>> - Label items for ground when the aircraft is a departure (with flightplans).detailed: Array<_Array of objects:_<br /><ul><li>itemName: 'stopped' | 'timestamp' | 'verticalSpeed' | 'verticalTrend' | 'altitude' | 'agl' | 'onGround' | 'groundSpeed' | 'reportedHeading' | 'trackHeading' | 'transponder' | 'latLon' | 'trueAltitude' | 'pressureAltitude' | 'flightRule' | 'rawType' | 'icaoTransponderEquipment' | 'icaoEquipment' | 'icaoWakeCategory' | 'acShortType' | 'origin' | 'destination' | 'alternate' | 'plannedTas' | 'plannedFlightLevel' | 'rmk' | 'flightTimeHours' | 'flightTimeMinutes' | 'fuelTimeHours' | 'fuelTimeMinutes' | 'eobt' | 'aobt' | 'isValid' | 'voiceType' | 'callsign' | 'type' | 'isTimingOut' | 'lastPositionUpdateReceivedAt' | 'squawk' | 'latestTransponderStatus' | 'clearedFlightLevel' | 'assignedHeading' | 'assignedSpeed' | 'assignedMach' | 'assignedVerticalRate' | 'clearanceIssued' | 'assignedSquawk' | 'ownedByMe' | 'ownedByCallsign' | 'scratchpad' | 'groundStatus' | 'clearanceQueuePosition' | 'attentionState' | 'sid' | 'star' | 'isAmended' | 'depRunway' | 'arrRunway' | 'rawRoute' | 'hadStar' | 'hadSid' | 'isArrival' | 'isDeparture' | 'isMyDeparture' | 'isMyArrival' | 'suggestedStar' | 'suggestedSid' | 'suggestedDepRunway' | 'suggestedArrRunway' | 'myCallsign' | 'ownedByID' | 'computedSpeed' | 'computedAssignedSpeed' | 'computedCFL' | 'computedAltitude' | 'transitionAltitude' | 'assignedDirect' | 'text' | 'metarICAO' | 'metarRawMetar' | 'metarTimestamp' | 'metarWindDirection' | 'metarWindSpeed' | 'metarWindGust' | 'metarWindString' | 'metarQNHString' | 'metarQNH' | 'metarQNHUnit' | 'metarVisibility' | 'metarVisibilityUnit' | 'metarVisibilityString' | 'metarTemperature' | 'metarDewpoint' | 'controllerCallsign' | 'controllerIdentifier' | 'controllerPosition' | 'controllerFrequency' | 'controllerIsTimingOut' | 'controllerLastUpdate' | 'controllerIsATIS' | 'controllerIsGround' | 'controllerIsTower' | 'controllerIsApproach' | 'controllerIsCenter' | 'controllerHasIdentifier' - The name of the item to be displayed.</li><li>truncate: Array<number>, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - An array of two numbers representing the start and end index of the substring to be displayed.</li><li>placeholder: string - A placeholder string to be displayed when the item is empty or equal to 0.</li><li>prefix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A prefix string to be displayed before the item, it can also be an expression rule.</li><li>suffix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A suffix string to be displayed after the item, it can also be an expression rule.</li><li>mapping: Record<string, string> - A mapping object to map item values to display values, this forces the display value based on the item value you set.</li><li>padWithZeroLeft: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with leading zeros.</li><li>padWithZeroRight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with trailing zeros.</li><li>fontSize: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font size of the itemm can also be an expression rule.</li><li>fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900', string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font weight of the item, can also be an expression rule.</li><li>fontFamily: string - Font family of the item.</li><li>lineHeight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Line height of the item, can also be an expression rule.</li><li>color: Array<number> (_length: 3_), string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Color of the item (in RGBA), can also be an expression rule.</li><li>separatorBefore: boolean - Whether add a blank padding the item.</li><li>showPlusMinus: boolean - Whether to show a plus/minus sign before the item if the item is a number.</li><li>value: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A static value or expression to be displayed instead of the item if the item name is set to text.</li><li>leftClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is left-clicked</li><li>rightClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is right-clicked</li><li>doubleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is double-clicked, this is only supported for lists</li><li>middleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is middle-clicked.</li></ul>> - Label items for ground when the aircraft is hoveredarrivalDetailed: Array<_Array of objects:_<br /><ul><li>itemName: 'stopped' | 'timestamp' | 'verticalSpeed' | 'verticalTrend' | 'altitude' | 'agl' | 'onGround' | 'groundSpeed' | 'reportedHeading' | 'trackHeading' | 'transponder' | 'latLon' | 'trueAltitude' | 'pressureAltitude' | 'flightRule' | 'rawType' | 'icaoTransponderEquipment' | 'icaoEquipment' | 'icaoWakeCategory' | 'acShortType' | 'origin' | 'destination' | 'alternate' | 'plannedTas' | 'plannedFlightLevel' | 'rmk' | 'flightTimeHours' | 'flightTimeMinutes' | 'fuelTimeHours' | 'fuelTimeMinutes' | 'eobt' | 'aobt' | 'isValid' | 'voiceType' | 'callsign' | 'type' | 'isTimingOut' | 'lastPositionUpdateReceivedAt' | 'squawk' | 'latestTransponderStatus' | 'clearedFlightLevel' | 'assignedHeading' | 'assignedSpeed' | 'assignedMach' | 'assignedVerticalRate' | 'clearanceIssued' | 'assignedSquawk' | 'ownedByMe' | 'ownedByCallsign' | 'scratchpad' | 'groundStatus' | 'clearanceQueuePosition' | 'attentionState' | 'sid' | 'star' | 'isAmended' | 'depRunway' | 'arrRunway' | 'rawRoute' | 'hadStar' | 'hadSid' | 'isArrival' | 'isDeparture' | 'isMyDeparture' | 'isMyArrival' | 'suggestedStar' | 'suggestedSid' | 'suggestedDepRunway' | 'suggestedArrRunway' | 'myCallsign' | 'ownedByID' | 'computedSpeed' | 'computedAssignedSpeed' | 'computedCFL' | 'computedAltitude' | 'transitionAltitude' | 'assignedDirect' | 'text' | 'metarICAO' | 'metarRawMetar' | 'metarTimestamp' | 'metarWindDirection' | 'metarWindSpeed' | 'metarWindGust' | 'metarWindString' | 'metarQNHString' | 'metarQNH' | 'metarQNHUnit' | 'metarVisibility' | 'metarVisibilityUnit' | 'metarVisibilityString' | 'metarTemperature' | 'metarDewpoint' | 'controllerCallsign' | 'controllerIdentifier' | 'controllerPosition' | 'controllerFrequency' | 'controllerIsTimingOut' | 'controllerLastUpdate' | 'controllerIsATIS' | 'controllerIsGround' | 'controllerIsTower' | 'controllerIsApproach' | 'controllerIsCenter' | 'controllerHasIdentifier' - The name of the item to be displayed.</li><li>truncate: Array<number>, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - An array of two numbers representing the start and end index of the substring to be displayed.</li><li>placeholder: string - A placeholder string to be displayed when the item is empty or equal to 0.</li><li>prefix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A prefix string to be displayed before the item, it can also be an expression rule.</li><li>suffix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A suffix string to be displayed after the item, it can also be an expression rule.</li><li>mapping: Record<string, string> - A mapping object to map item values to display values, this forces the display value based on the item value you set.</li><li>padWithZeroLeft: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with leading zeros.</li><li>padWithZeroRight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with trailing zeros.</li><li>fontSize: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font size of the itemm can also be an expression rule.</li><li>fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900', string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font weight of the item, can also be an expression rule.</li><li>fontFamily: string - Font family of the item.</li><li>lineHeight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Line height of the item, can also be an expression rule.</li><li>color: Array<number> (_length: 3_), string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Color of the item (in RGBA), can also be an expression rule.</li><li>separatorBefore: boolean - Whether add a blank padding the item.</li><li>showPlusMinus: boolean - Whether to show a plus/minus sign before the item if the item is a number.</li><li>value: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A static value or expression to be displayed instead of the item if the item name is set to text.</li><li>leftClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is left-clicked</li><li>rightClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is right-clicked</li><li>doubleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is double-clicked, this is only supported for lists</li><li>middleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is middle-clicked.</li></ul>> - Label items for ground when the aircraft is hovered and is an arrival (with flightplans).departureDetailed: Array<_Array of objects:_<br /><ul><li>itemName: 'stopped' | 'timestamp' | 'verticalSpeed' | 'verticalTrend' | 'altitude' | 'agl' | 'onGround' | 'groundSpeed' | 'reportedHeading' | 'trackHeading' | 'transponder' | 'latLon' | 'trueAltitude' | 'pressureAltitude' | 'flightRule' | 'rawType' | 'icaoTransponderEquipment' | 'icaoEquipment' | 'icaoWakeCategory' | 'acShortType' | 'origin' | 'destination' | 'alternate' | 'plannedTas' | 'plannedFlightLevel' | 'rmk' | 'flightTimeHours' | 'flightTimeMinutes' | 'fuelTimeHours' | 'fuelTimeMinutes' | 'eobt' | 'aobt' | 'isValid' | 'voiceType' | 'callsign' | 'type' | 'isTimingOut' | 'lastPositionUpdateReceivedAt' | 'squawk' | 'latestTransponderStatus' | 'clearedFlightLevel' | 'assignedHeading' | 'assignedSpeed' | 'assignedMach' | 'assignedVerticalRate' | 'clearanceIssued' | 'assignedSquawk' | 'ownedByMe' | 'ownedByCallsign' | 'scratchpad' | 'groundStatus' | 'clearanceQueuePosition' | 'attentionState' | 'sid' | 'star' | 'isAmended' | 'depRunway' | 'arrRunway' | 'rawRoute' | 'hadStar' | 'hadSid' | 'isArrival' | 'isDeparture' | 'isMyDeparture' | 'isMyArrival' | 'suggestedStar' | 'suggestedSid' | 'suggestedDepRunway' | 'suggestedArrRunway' | 'myCallsign' | 'ownedByID' | 'computedSpeed' | 'computedAssignedSpeed' | 'computedCFL' | 'computedAltitude' | 'transitionAltitude' | 'assignedDirect' | 'text' | 'metarICAO' | 'metarRawMetar' | 'metarTimestamp' | 'metarWindDirection' | 'metarWindSpeed' | 'metarWindGust' | 'metarWindString' | 'metarQNHString' | 'metarQNH' | 'metarQNHUnit' | 'metarVisibility' | 'metarVisibilityUnit' | 'metarVisibilityString' | 'metarTemperature' | 'metarDewpoint' | 'controllerCallsign' | 'controllerIdentifier' | 'controllerPosition' | 'controllerFrequency' | 'controllerIsTimingOut' | 'controllerLastUpdate' | 'controllerIsATIS' | 'controllerIsGround' | 'controllerIsTower' | 'controllerIsApproach' | 'controllerIsCenter' | 'controllerHasIdentifier' - The name of the item to be displayed.</li><li>truncate: Array<number>, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - An array of two numbers representing the start and end index of the substring to be displayed.</li><li>placeholder: string - A placeholder string to be displayed when the item is empty or equal to 0.</li><li>prefix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A prefix string to be displayed before the item, it can also be an expression rule.</li><li>suffix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A suffix string to be displayed after the item, it can also be an expression rule.</li><li>mapping: Record<string, string> - A mapping object to map item values to display values, this forces the display value based on the item value you set.</li><li>padWithZeroLeft: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with leading zeros.</li><li>padWithZeroRight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with trailing zeros.</li><li>fontSize: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font size of the itemm can also be an expression rule.</li><li>fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900', string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font weight of the item, can also be an expression rule.</li><li>fontFamily: string - Font family of the item.</li><li>lineHeight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Line height of the item, can also be an expression rule.</li><li>color: Array<number> (_length: 3_), string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Color of the item (in RGBA), can also be an expression rule.</li><li>separatorBefore: boolean - Whether add a blank padding the item.</li><li>showPlusMinus: boolean - Whether to show a plus/minus sign before the item if the item is a number.</li><li>value: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A static value or expression to be displayed instead of the item if the item name is set to text.</li><li>leftClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is left-clicked</li><li>rightClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is right-clicked</li><li>doubleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is double-clicked, this is only supported for lists</li><li>middleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is middle-clicked.</li></ul>> - Label items for ground when the aircraft is hovered and is a departure (with flightplans).styleVariants: Array of objects:
description: string - Description of the style variant (this is not used for anything and is just for you to add note).applyWhen: never - An expression that determines when this style variant should be applied. This expression is evaluated in the context of the aircraft.applyToIsDeparture: boolean - Whether this style variant should be applied when the aircraft is a departure.applyToIsArrival: boolean - Whether this style variant should be applied when the aircraft is an arrival.font: string - Font family of the label.fontSize: number - Font size of the label.fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' - Font weight of the label.lineHeight: number - Line height of the label text.textColor: Array<number> (length: 3) - Text color of the label (in RGB). This is the default text color for all states.textColorForState: Object with dynamic keys of type 'kUnconcerned' | 'kNotified' | 'kIncomingTransfer' | 'kAssumed' | 'kOutgoingTransfer' | 'kIntruder' and values of type Array<number> (length: 3) - Text color of the label (in RGB) for each attention state. This overrides the default text color.backgroundColor: Array<number> (length: 3) - Background color of the label (in RGB). This is the default background color for all states.backgroundColorOpacity: number - Background color opacity of the label (0-1). This is the default background color opacity for all states.roundedCorners: number - Rounded corners of the label (0-100). This is the default rounded corners for all states.detailedBackgroundColor: Array<number> (length: 3) - Background color of the label when the aircraft is hovered (in RGB). This overrides the default background color.detailedBackgroundColorOpacity: number - Background color opacity of the label when the aircraft is hovered (0-1). This overrides the default background color opacity.detailedRoundedCorners: number - Rounded corners of the label when the aircraft is hovered (0-100). This overrides the default rounded corners.detailedTextColor: Array<number> (length: 3) - Text color of the label when the aircraft is hovered (in RGB). This overrides the default text color.detailedFontSize: number - Font size of the label when the aircraft is hovered. This overrides the default font size.detailedFontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' - Font weight of the label when the aircraft is hovered. This overrides the default font weight.tagItemPaddingY: number - Padding of the tag item in the Y direction (top and bottom). The default is 2.tagItemPaddingX: number - Padding of the tag item in the X direction (left and right). The default is 3.tagContainerPaddingLeft: number - Padding of the tag container in the left direction. The default is 2.tagContainerPaddingRight: number - Padding of the tag container in the right direction. The default is 2.tagContainerPaddingTop: number - Padding of the tag container in the top direction. The default is 2.tagContainerPaddingBottom: number - Padding of the tag container in the bottom direction. The default is 2.detailedTagContainerPaddingLeft: number - Padding of the tag container in the left direction when the aircraft is hovered.detailedTagContainerPaddingRight: number - Padding of the tag container in the right direction when the aircraft is hovered.detailedTagContainerPaddingTop: number - Padding of the tag container in the top direction when the aircraft is hovered.detailedTagContainerPaddingBottom: number - Padding of the tag container in the bottom direction when the aircraft is hovered. - Defines the style of the label for ground aircrafts. This is calculated based on the order of the array.
airborne: Object with properties:unconcerned: Array<_Array of objects:_<br /><ul><li>itemName: 'stopped' | 'timestamp' | 'verticalSpeed' | 'verticalTrend' | 'altitude' | 'agl' | 'onGround' | 'groundSpeed' | 'reportedHeading' | 'trackHeading' | 'transponder' | 'latLon' | 'trueAltitude' | 'pressureAltitude' | 'flightRule' | 'rawType' | 'icaoTransponderEquipment' | 'icaoEquipment' | 'icaoWakeCategory' | 'acShortType' | 'origin' | 'destination' | 'alternate' | 'plannedTas' | 'plannedFlightLevel' | 'rmk' | 'flightTimeHours' | 'flightTimeMinutes' | 'fuelTimeHours' | 'fuelTimeMinutes' | 'eobt' | 'aobt' | 'isValid' | 'voiceType' | 'callsign' | 'type' | 'isTimingOut' | 'lastPositionUpdateReceivedAt' | 'squawk' | 'latestTransponderStatus' | 'clearedFlightLevel' | 'assignedHeading' | 'assignedSpeed' | 'assignedMach' | 'assignedVerticalRate' | 'clearanceIssued' | 'assignedSquawk' | 'ownedByMe' | 'ownedByCallsign' | 'scratchpad' | 'groundStatus' | 'clearanceQueuePosition' | 'attentionState' | 'sid' | 'star' | 'isAmended' | 'depRunway' | 'arrRunway' | 'rawRoute' | 'hadStar' | 'hadSid' | 'isArrival' | 'isDeparture' | 'isMyDeparture' | 'isMyArrival' | 'suggestedStar' | 'suggestedSid' | 'suggestedDepRunway' | 'suggestedArrRunway' | 'myCallsign' | 'ownedByID' | 'computedSpeed' | 'computedAssignedSpeed' | 'computedCFL' | 'computedAltitude' | 'transitionAltitude' | 'assignedDirect' | 'text' | 'metarICAO' | 'metarRawMetar' | 'metarTimestamp' | 'metarWindDirection' | 'metarWindSpeed' | 'metarWindGust' | 'metarWindString' | 'metarQNHString' | 'metarQNH' | 'metarQNHUnit' | 'metarVisibility' | 'metarVisibilityUnit' | 'metarVisibilityString' | 'metarTemperature' | 'metarDewpoint' | 'controllerCallsign' | 'controllerIdentifier' | 'controllerPosition' | 'controllerFrequency' | 'controllerIsTimingOut' | 'controllerLastUpdate' | 'controllerIsATIS' | 'controllerIsGround' | 'controllerIsTower' | 'controllerIsApproach' | 'controllerIsCenter' | 'controllerHasIdentifier' - The name of the item to be displayed.</li><li>truncate: Array<number>, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - An array of two numbers representing the start and end index of the substring to be displayed.</li><li>placeholder: string - A placeholder string to be displayed when the item is empty or equal to 0.</li><li>prefix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A prefix string to be displayed before the item, it can also be an expression rule.</li><li>suffix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A suffix string to be displayed after the item, it can also be an expression rule.</li><li>mapping: Record<string, string> - A mapping object to map item values to display values, this forces the display value based on the item value you set.</li><li>padWithZeroLeft: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with leading zeros.</li><li>padWithZeroRight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with trailing zeros.</li><li>fontSize: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font size of the itemm can also be an expression rule.</li><li>fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900', string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font weight of the item, can also be an expression rule.</li><li>fontFamily: string - Font family of the item.</li><li>lineHeight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Line height of the item, can also be an expression rule.</li><li>color: Array<number> (_length: 3_), string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Color of the item (in RGBA), can also be an expression rule.</li><li>separatorBefore: boolean - Whether add a blank padding the item.</li><li>showPlusMinus: boolean - Whether to show a plus/minus sign before the item if the item is a number.</li><li>value: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A static value or expression to be displayed instead of the item if the item name is set to text.</li><li>leftClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is left-clicked</li><li>rightClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is right-clicked</li><li>doubleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is double-clicked, this is only supported for lists</li><li>middleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is middle-clicked.</li></ul>> - Label items for airborne aircrafts that are not concerned.concerned: Array<_Array of objects:_<br /><ul><li>itemName: 'stopped' | 'timestamp' | 'verticalSpeed' | 'verticalTrend' | 'altitude' | 'agl' | 'onGround' | 'groundSpeed' | 'reportedHeading' | 'trackHeading' | 'transponder' | 'latLon' | 'trueAltitude' | 'pressureAltitude' | 'flightRule' | 'rawType' | 'icaoTransponderEquipment' | 'icaoEquipment' | 'icaoWakeCategory' | 'acShortType' | 'origin' | 'destination' | 'alternate' | 'plannedTas' | 'plannedFlightLevel' | 'rmk' | 'flightTimeHours' | 'flightTimeMinutes' | 'fuelTimeHours' | 'fuelTimeMinutes' | 'eobt' | 'aobt' | 'isValid' | 'voiceType' | 'callsign' | 'type' | 'isTimingOut' | 'lastPositionUpdateReceivedAt' | 'squawk' | 'latestTransponderStatus' | 'clearedFlightLevel' | 'assignedHeading' | 'assignedSpeed' | 'assignedMach' | 'assignedVerticalRate' | 'clearanceIssued' | 'assignedSquawk' | 'ownedByMe' | 'ownedByCallsign' | 'scratchpad' | 'groundStatus' | 'clearanceQueuePosition' | 'attentionState' | 'sid' | 'star' | 'isAmended' | 'depRunway' | 'arrRunway' | 'rawRoute' | 'hadStar' | 'hadSid' | 'isArrival' | 'isDeparture' | 'isMyDeparture' | 'isMyArrival' | 'suggestedStar' | 'suggestedSid' | 'suggestedDepRunway' | 'suggestedArrRunway' | 'myCallsign' | 'ownedByID' | 'computedSpeed' | 'computedAssignedSpeed' | 'computedCFL' | 'computedAltitude' | 'transitionAltitude' | 'assignedDirect' | 'text' | 'metarICAO' | 'metarRawMetar' | 'metarTimestamp' | 'metarWindDirection' | 'metarWindSpeed' | 'metarWindGust' | 'metarWindString' | 'metarQNHString' | 'metarQNH' | 'metarQNHUnit' | 'metarVisibility' | 'metarVisibilityUnit' | 'metarVisibilityString' | 'metarTemperature' | 'metarDewpoint' | 'controllerCallsign' | 'controllerIdentifier' | 'controllerPosition' | 'controllerFrequency' | 'controllerIsTimingOut' | 'controllerLastUpdate' | 'controllerIsATIS' | 'controllerIsGround' | 'controllerIsTower' | 'controllerIsApproach' | 'controllerIsCenter' | 'controllerHasIdentifier' - The name of the item to be displayed.</li><li>truncate: Array<number>, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - An array of two numbers representing the start and end index of the substring to be displayed.</li><li>placeholder: string - A placeholder string to be displayed when the item is empty or equal to 0.</li><li>prefix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A prefix string to be displayed before the item, it can also be an expression rule.</li><li>suffix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A suffix string to be displayed after the item, it can also be an expression rule.</li><li>mapping: Record<string, string> - A mapping object to map item values to display values, this forces the display value based on the item value you set.</li><li>padWithZeroLeft: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with leading zeros.</li><li>padWithZeroRight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with trailing zeros.</li><li>fontSize: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font size of the itemm can also be an expression rule.</li><li>fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900', string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font weight of the item, can also be an expression rule.</li><li>fontFamily: string - Font family of the item.</li><li>lineHeight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Line height of the item, can also be an expression rule.</li><li>color: Array<number> (_length: 3_), string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Color of the item (in RGBA), can also be an expression rule.</li><li>separatorBefore: boolean - Whether add a blank padding the item.</li><li>showPlusMinus: boolean - Whether to show a plus/minus sign before the item if the item is a number.</li><li>value: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A static value or expression to be displayed instead of the item if the item name is set to text.</li><li>leftClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is left-clicked</li><li>rightClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is right-clicked</li><li>doubleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is double-clicked, this is only supported for lists</li><li>middleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is middle-clicked.</li></ul>> - Label items for airborne aircrafts that are concerned. This includes assumed, ongoing transfer, coordinated or notifeddetailed: Array<_Array of objects:_<br /><ul><li>itemName: 'stopped' | 'timestamp' | 'verticalSpeed' | 'verticalTrend' | 'altitude' | 'agl' | 'onGround' | 'groundSpeed' | 'reportedHeading' | 'trackHeading' | 'transponder' | 'latLon' | 'trueAltitude' | 'pressureAltitude' | 'flightRule' | 'rawType' | 'icaoTransponderEquipment' | 'icaoEquipment' | 'icaoWakeCategory' | 'acShortType' | 'origin' | 'destination' | 'alternate' | 'plannedTas' | 'plannedFlightLevel' | 'rmk' | 'flightTimeHours' | 'flightTimeMinutes' | 'fuelTimeHours' | 'fuelTimeMinutes' | 'eobt' | 'aobt' | 'isValid' | 'voiceType' | 'callsign' | 'type' | 'isTimingOut' | 'lastPositionUpdateReceivedAt' | 'squawk' | 'latestTransponderStatus' | 'clearedFlightLevel' | 'assignedHeading' | 'assignedSpeed' | 'assignedMach' | 'assignedVerticalRate' | 'clearanceIssued' | 'assignedSquawk' | 'ownedByMe' | 'ownedByCallsign' | 'scratchpad' | 'groundStatus' | 'clearanceQueuePosition' | 'attentionState' | 'sid' | 'star' | 'isAmended' | 'depRunway' | 'arrRunway' | 'rawRoute' | 'hadStar' | 'hadSid' | 'isArrival' | 'isDeparture' | 'isMyDeparture' | 'isMyArrival' | 'suggestedStar' | 'suggestedSid' | 'suggestedDepRunway' | 'suggestedArrRunway' | 'myCallsign' | 'ownedByID' | 'computedSpeed' | 'computedAssignedSpeed' | 'computedCFL' | 'computedAltitude' | 'transitionAltitude' | 'assignedDirect' | 'text' | 'metarICAO' | 'metarRawMetar' | 'metarTimestamp' | 'metarWindDirection' | 'metarWindSpeed' | 'metarWindGust' | 'metarWindString' | 'metarQNHString' | 'metarQNH' | 'metarQNHUnit' | 'metarVisibility' | 'metarVisibilityUnit' | 'metarVisibilityString' | 'metarTemperature' | 'metarDewpoint' | 'controllerCallsign' | 'controllerIdentifier' | 'controllerPosition' | 'controllerFrequency' | 'controllerIsTimingOut' | 'controllerLastUpdate' | 'controllerIsATIS' | 'controllerIsGround' | 'controllerIsTower' | 'controllerIsApproach' | 'controllerIsCenter' | 'controllerHasIdentifier' - The name of the item to be displayed.</li><li>truncate: Array<number>, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - An array of two numbers representing the start and end index of the substring to be displayed.</li><li>placeholder: string - A placeholder string to be displayed when the item is empty or equal to 0.</li><li>prefix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A prefix string to be displayed before the item, it can also be an expression rule.</li><li>suffix: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A suffix string to be displayed after the item, it can also be an expression rule.</li><li>mapping: Record<string, string> - A mapping object to map item values to display values, this forces the display value based on the item value you set.</li><li>padWithZeroLeft: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with leading zeros.</li><li>padWithZeroRight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A number to pad the item value with trailing zeros.</li><li>fontSize: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font size of the itemm can also be an expression rule.</li><li>fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900', string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Font weight of the item, can also be an expression rule.</li><li>fontFamily: string - Font family of the item.</li><li>lineHeight: number, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Line height of the item, can also be an expression rule.</li><li>color: Array<number> (_length: 3_), string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - Color of the item (in RGBA), can also be an expression rule.</li><li>separatorBefore: boolean - Whether add a blank padding the item.</li><li>showPlusMinus: boolean - Whether to show a plus/minus sign before the item if the item is a number.</li><li>value: string, string (_regex: /^[&=][A-z0-9_-]+/_) _or_ Array<string (_regex: /^[&=][A-z0-9_-]+/_)> - A static value or expression to be displayed instead of the item if the item name is set to text.</li><li>leftClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is left-clicked</li><li>rightClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is right-clicked</li><li>doubleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is double-clicked, this is only supported for lists</li><li>middleClick: 'triggerScratchpad' | 'triggerCFL' | 'cfl' | 'spd' | 'clearSpd' | 'routeDraw' | 'pfl' | 'hdg' | 'callsignMenu' | 'fpDialog' | 'toggleClearanceFlag' | 'groundStatusMenu' | 'voiceTypeMenu' | 'depRunwayMenu' | 'arrRunwayMenu' | 'sidMenu' | 'starMenu' | 'assignRandomSquawk' | 'assignSq1000' | 'directMenu' | 'openPrivateMessage' | 'showAtisLines' | 'focusMetar' | 'acknowledgeMetarUpdate' - The action to be performed when the item is middle-clicked.</li></ul>> - Label items for airborne aircrafts when the tag is hovered.styleVariants: Array of objects:
description: string - Description of the style variant (this is not used for anything and is just for you to add note).applyWhen: never - An expression that determines when this style variant should be applied. This expression is evaluated in the context of the aircraft.applyToIsDeparture: boolean - Whether this style variant should be applied when the aircraft is a departure.applyToIsArrival: boolean - Whether this style variant should be applied when the aircraft is an arrival.font: string - Font family of the label.fontSize: number - Font size of the label.fontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' - Font weight of the label.lineHeight: number - Line height of the label text.textColor: Array<number> (length: 3) - Text color of the label (in RGB). This is the default text color for all states.textColorForState: Object with dynamic keys of type 'kUnconcerned' | 'kNotified' | 'kIncomingTransfer' | 'kAssumed' | 'kOutgoingTransfer' | 'kIntruder' and values of type Array<number> (length: 3) - Text color of the label (in RGB) for each attention state. This overrides the default text color.backgroundColor: Array<number> (length: 3) - Background color of the label (in RGB). This is the default background color for all states.backgroundColorOpacity: number - Background color opacity of the label (0-1). This is the default background color opacity for all states.roundedCorners: number - Rounded corners of the label (0-100). This is the default rounded corners for all states.detailedBackgroundColor: Array<number> (length: 3) - Background color of the label when the aircraft is hovered (in RGB). This overrides the default background color.detailedBackgroundColorOpacity: number - Background color opacity of the label when the aircraft is hovered (0-1). This overrides the default background color opacity.detailedRoundedCorners: number - Rounded corners of the label when the aircraft is hovered (0-100). This overrides the default rounded corners.detailedTextColor: Array<number> (length: 3) - Text color of the label when the aircraft is hovered (in RGB). This overrides the default text color.detailedFontSize: number - Font size of the label when the aircraft is hovered. This overrides the default font size.detailedFontWeight: 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' - Font weight of the label when the aircraft is hovered. This overrides the default font weight.tagItemPaddingY: number - Padding of the tag item in the Y direction (top and bottom). The default is 2.tagItemPaddingX: number - Padding of the tag item in the X direction (left and right). The default is 3.tagContainerPaddingLeft: number - Padding of the tag container in the left direction. The default is 2.tagContainerPaddingRight: number - Padding of the tag container in the right direction. The default is 2.tagContainerPaddingTop: number - Padding of the tag container in the top direction. The default is 2.tagContainerPaddingBottom: number - Padding of the tag container in the bottom direction. The default is 2.detailedTagContainerPaddingLeft: number - Padding of the tag container in the left direction when the aircraft is hovered.detailedTagContainerPaddingRight: number - Padding of the tag container in the right direction when the aircraft is hovered.detailedTagContainerPaddingTop: number - Padding of the tag container in the top direction when the aircraft is hovered.detailedTagContainerPaddingBottom: number - Padding of the tag container in the bottom direction when the aircraft is hovered. - Defines the style of the label for airborne aircrafts. This is calculated based on the order of the array.
|