pivotick - v0.0.1
    Preparing search index...

    Variable defaultNodeStyleValueConst

    defaultNodeStyleValue: NodeStyle = ...
    {
    shape: 'circle',
    size: 10,
    strokeWidth: var(--pvt-node-stroke-width, 2),
    color: 'var(--pvt-node-color, #007acc)',
    strokeColor: 'var(--pvt-node-stroke, #fff)',
    fontFamily: 'var(--pvt-label-font, system-ui, sans-serif)',
    textColor: 'var(--pvt-node-text-color, #fff)',
    iconUnicode: undefined,
    iconClass: undefined,
    svgIcon: undefined,
    imagePath: undefined,
    text: undefined,
    }