g3-toolkit API Reference
    Preparing search index...

    Interface CyProjection

    interface CyProjection {
        approximated: (keyof VisualAttributes)[];
        style: Record<string, string | number>;
        unsupported: (keyof VisualAttributes)[];
    }
    Index

    Properties

    approximated: (keyof VisualAttributes)[]

    Attribute keys expressed with a documented approximation.

    style: Record<string, string | number>

    Cytoscape style bypass object for element.style(...).

    unsupported: (keyof VisualAttributes)[]

    Attribute keys present on the input that Cytoscape cannot express.