UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

10 lines (8 loc) 254 B
import { ObjectExt } from '../../util' import { Attr } from './index' export const style: Attr.Definition = { qualify: ObjectExt.isPlainObject, set(styles, { view, elem }) { view.$(elem).css(styles as JQuery.PlainObject<string | number>) }, }