UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

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