g3-toolkit API Reference
    Preparing search index...

    Interface NodeStyleOverride

    interface NodeStyleOverride {
        borderColor?: string;
        borderWidth?: number;
        color?: string;
        icon?: { color?: string; scale?: number; svg: string };
        labelField?: string;
        opacity?: number;
        scope: { nodeId: string } | { type: string };
        shape?: CytoscapeShape;
        size?: number;
    }
    Index

    Properties

    borderColor?: string
    borderWidth?: number
    color?: string
    icon?: { color?: string; scale?: number; svg: string }
    labelField?: string
    opacity?: number
    scope: { nodeId: string } | { type: string }
    size?: number