UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

11 lines (9 loc) 232 B
import type { AttrDefinition } from './index' export const port: AttrDefinition = { set(port) { if (port != null && typeof port === 'object' && port.id) { return port.id as string } return port as string }, }