Skip to content

Object Property Inspector

The Object Property Inspector is a panel that appears on the right side of the interface when you select an element. It displays and allows editing of the selected element's properties.

inspector-overview.png
inspector-overview.png
Inspector panel showing component properties
Show a component selected with all property fields visible

Opening the Inspector

The Inspector opens automatically when you:

  1. Select any element on the canvas with the Inspection tool Inspection
  2. double click double-click an element
  3. left click click an object in the ObjectsObjects tab

To close:

  • left click click empty canvas area (deselects element)
  • Press Escape with nothing selected

Inspector Layout

inspector-layout.png
inspector-layout.png
Inspector with labeled sections
  • Element type - displays what kind of element is selected
  • Element name/ID - identifier of the selected element

Tabs

Some elements display multiple tabs when they have linked objects. For example, selecting a Wire Table shows tabs for Wire table, Component, and Pins.

Property Groups

Properties are organized into collapsible groups (folders):

GroupContents
coordsx, y coordinates, anchorID
scalex (width), y (height)
colorsArray of wire colors
stylefillColor, strokeColor, strokeWidth, dashArray
textStylefontSize, fontFamily, fontWeight
pinsArray of pin objects (lazy loaded)
left click click the folder header to expand or collapse a group.

Action Buttons

Depending on the element type, the Inspector may show action buttons:

  • Fetch - import data from external sources (Library, DigiKey, Octopart)
  • Apply - confirm changes
  • Reset - restore original values
  • Save - save changes to library

Property Types

The Inspector uses different input controls based on property type:

TypeControlExample
TextText inputName, description
NumberNumber input with spin buttonsX, Y coordinates
ColorColor pickerWire color
BooleanToggle switchVisibility
DropdownSelect menuWire gauge
JSONJSON editorCustom properties

Text Properties

  • left click click field to edit
  • Press Enter to confirm
  • Press Escape to cancel

Number Properties

  • Type value directly
  • Use arrow keys when focused

Color Properties

  • left click click color swatch to open picker
  • Enter hex code directly (#RRGGBB)
  • Select from recent colors

Fetch Functionality

The Fetch button imports component data from external sources.

inspector-fetch-button.png
inspector-fetch-button.png
Fetch button in Inspector with dropdown options

Available Sources

SourceDescription
Local LibraryYour component libraries
DigiKeyDigiKey catalog (millions of parts)
OctopartMulti-distributor search

Fetch Workflow

  1. Select a component on canvas
  2. left click click Fetch in Inspector
  3. Choose data source
  4. Search for component
  5. Select matching part
  6. Choose merge mode:
    • Merge - add new properties, keep existing
    • Replace - overwrite all properties

DigiKey Integration

See DigiKey Integration for detailed setup and usage.


Keyboard Navigation

KeyAction
TabMove to next field
Shift+TabMove to previous field
EnterConfirm value
EscapeCancel edit / Close Inspector
/ Adjust number values

Entity Types

The Inspector shows different properties and tabs depending on the selected element type.

Entity Types Overview

Element TypeTabs
Wire TableWire table, Component, Pins
Side ViewSide view, Component, Pins
Bundle SegmentBundle segment, Bundle
PinoutPinout, Component
SVGSVG, Component
AnchorAnchor, Wirenode
SpliceSplice, Bundlesplice
Component
Wire
Pin
Bundle
Text
Dimension
Line
Circle
Rectangle
Image
Sheet Wire Table
Bundle Break
Stamp
Script
inspector-tabs-overview.png
inspector-tabs-overview.png
Inspector showing multiple tabs

Wire Table

When a Wire Table is selected, the Inspector shows three tabs:

Wire table tab - main properties:

PropertyDescription
nameWire table identifier
coordsPosition on canvas (x, y)
isFlipMirror the table horizontally
textStyleText formatting (JSON)

Component tab - properties of the linked component (see Component)

Pins tab - list of component pins (see Pin)

inspector-wire-table-tab.png
inspector-wire-table-tab.png
Wire Table tab in Inspector

Side View

When a Side View (component image) is selected:

Side view tab - visual representation properties:

PropertyDescription
nameSide view identifier
pathDataImage/SVG data (image selector)
coordsPosition on canvas (x, y)
rotateRotation angle
scaleWidth and height scale (x, y)
isFlipMirror horizontally
nameOffsetLabel position offset (x, y)
componentLabelStyleLabel formatting (JSON)

Component tab - linked component properties

Pins tab - component pins list

inspector-sideview-tab.png
inspector-sideview-tab.png
Side View tab in Inspector

Bundle Segment

When a Bundle Segment is selected:

Bundle segment tab - visual segment properties:

PropertyDescription
nameSegment identifier
coordsStart position (x, y)
styleLine style (JSON: fillColor, strokeColor, strokeWidth)
textStyleLabel formatting (JSON)

Bundle tab - linked bundle properties (see Bundle)

inspector-bundle-segment-tab.png
inspector-bundle-segment-tab.png
Bundle Segment tab in Inspector

Pinout

When a Pinout element is selected:

Pinout tab - pinout display properties:

PropertyDescription
namePinout identifier
coordsPosition on canvas (x, y)
textStyleText formatting (JSON)
numorderPin numbering order (column/row)

Component tab - linked component properties

inspector-pinout-tab.png
inspector-pinout-tab.png
Pinout tab in Inspector

SVG

When an SVG element is selected:

SVG tab - SVG image properties:

PropertyDescription
nameSVG identifier
pathDataSVG data (image selector)
coordsPosition on canvas (x, y)
rotateRotation angle
scaleScale (x, y)
isFlipMirror horizontally
textText label
fontSizeLabel font size

Component tab - appears if SVG is linked to a component

inspector-svg-tab.png
inspector-svg-tab.png
SVG tab in Inspector

Anchor

When an Anchor point is selected:

Anchor tab - anchor properties:

PropertyDescription
nameAnchor identifier
coordsPosition on canvas (x, y)
offsetPosition offset

Wirenode tab - appears if anchor is linked to a wire node:

PropertyDescription
nameWire node identifier
inspector-anchor-tab.png
inspector-anchor-tab.png
Anchor tab in Inspector
inspector-wirenode-tab.png
inspector-wirenode-tab.png
Wirenode tab in Inspector

Splice

When a Splice (bundle connection) is selected:

Splice tab - visual element properties:

PropertyDescription
nameSplice identifier
coordsPosition on canvas (x, y)
pathDataImage (image selector)
rotateRotation angle
scaleScale (x, y)

Bundlesplice tab - splice data properties:

PropertyDescription
nameSplice name
partnumberPart number
descriptionDescription
coveringMaterialMaterial
coveringColorColor
maxTemp / minTempTemperature range

Bundle Splice in Inspector Bundle Splice properties in Inspector


Component

Component properties (shown in Component tab or when selecting a standalone component):

PropertyDescription
nameComponent designator (J1, CON1, etc.)
partnumberManufacturer part number
libraryNameLibrary component name
descriptionComponent description
componentTypeConnector or Terminal
pinCountNumber of pins
connectorStyleConnector style
pinPitchPin spacing
maxTemp / minTempOperating temperature range
ratedVoltageVoltage rating
colorComponent color
primaryMaterialMain material
housingMaterialHousing material
imageDataComponent image
datasheetURLDatasheet link
productURLProduct page link
inspector-component-tab.png
inspector-component-tab.png
Component tab in Inspector

Wire

Wire properties:

PropertyDescription
nameWire identifier
colorsWire colors (array)
wireTypeType: singlecore, multicore, twisted
lengthWire length
overallDiameterOverall diameter
maxAWG / minAWGWire gauge range
maxTemp / minTempTemperature range
insulationMaterialInsulation material
datasheetURLDatasheet link
inspector-wire.png
inspector-wire.png
Wire selected showing its properties

Pin

Pin properties (shown in Pins tab or when selecting a standalone pin):

PropertyDescription
namePin name/label
partnumberPin part number
genderMale, Female, or N/A
joinTypeConnection type
maxAWG / minAWGWire gauge range
contactSizeContact size
contactFinishContact plating
contactMaterialContact material
maximumCurrentPerPinCurrent rating

Pins in a component are loaded on demand (lazy loading) when you expand the Pins tab.

Editing Pins:

ActionMethod
Rename pinleft click click pin name, edit
Change pin numberEdit number field
Set pin typeSelect from dropdown
Add pinleft click click button
Remove pinSelect pin, left click click button
inspector-pins-tab.png
inspector-pins-tab.png
Pins tab showing pin list

Bundle

Bundle properties (shown in Bundle tab or when selecting a standalone bundle):

PropertyDescription
nameBundle identifier
partnumberPart number
descriptionBundle description
coveringColorCovering/tubing color
coveringMaterialMaterial type
tubingTypeType: heatshrink, sleeving, conduit, braided, etc.
lengthBundle length
outsideDiameterOuter diameter
insideDiameterInner diameter
maxTemp / minTempTemperature range
shieldedShielding enabled
heatShrinkRatioShrink ratio (for heatshrink)
datasheetURLLink to datasheet
inspector-bundle.png
inspector-bundle.png
Bundle selected showing its properties

Text

Text element properties:

PropertyDescription
textText content
coordsPosition on canvas (x, y)
rotateRotation angle
fontSizeText size
styleText style (JSON: color, fontFamily, fontWeight)

Text containers support multiline text. Press Enter to add a new line, Ctrl+Enter to submit.


Dimension

Dimension element properties:

PropertyDescription
nameDimension identifier
coordsStart position
coordsEndEnd position
leadsizeLeader line size
propsProperties (JSON: text, textsize)

Line

Line element properties:

PropertyDescription
nameLine identifier
coordsStart position (x, y)
coordsEndEnd position (x, y)
styleLine style (JSON: strokeColor, strokeWidth, dashArray)

Circle

Circle element properties:

PropertyDescription
nameCircle identifier
coordsCenter position (x, y)
radiusCircle radius
styleStyle (JSON: fillColor, strokeColor, strokeWidth)

Rectangle

Rectangle element properties:

PropertyDescription
nameRectangle identifier
coordsPosition (x, y)
widthRectangle width
heightRectangle height
styleStyle (JSON: fillColor, strokeColor, strokeWidth)

Image

Image element properties:

PropertyDescription
nameImage identifier
imageNameImage file name
pathDataImage data (image selector)
coordsPosition on canvas (x, y)
rotateRotation angle
scaleScale (x, y)
isFlipMirror horizontally
isBackPlace on back layer

Sheet Wire Table

Sheet Wire Table is a table showing all wires on the sheet.

PropertyDescription
nameTable identifier
coordsPosition on canvas (x, y)
textStyleText formatting (JSON)

Bundle Break

Bundle Break is a visual marker indicating that the drawn bundle length does not reflect its actual physical length.

PropertyDescription
nameBreak identifier
coordsPosition on canvas (x, y)
styleStyle (JSON)

Stamp

Stamp is the title block of the drawing sheet.

PropertyDescription
nameStamp identifier
coordsPosition on canvas (x, y)
fieldsTitle block fields (project name, author, date, etc.)

Script

Script element for custom automation.

PropertyDescription
nameScript identifier
codeScript code

  • Canvas - Select elements to inspect
  • AI Chat - AI can read and modify Inspector data
  • Toolbar - Component tools