g3-toolkit API Reference
    Preparing search index...

    Interface NodeVisualPatch

    interface NodeVisualPatch {
        _color?: string;
        _icon?: string;
        _shape?: string;
        _size?: number;
        label?: string;
    }
    Index

    Properties

    _color?: string
    _icon?: string
    _shape?: string
    _size?: number
    label?: string