CytoscapeJSReference Type

Sets how cytoscape is referenced in the head of html docs.

Union cases

Union case Description

CDN string

Full Usage: CDN string

Parameters:
    Item : string

The url for a script tag that references the cytoscape.js CDN

Item : string

Full

Full Usage: Full

Full cytoscape.js source code (~400KB) is included in the output. HTML files generated with this option are fully self-contained and can be used offline

NoReference

Full Usage: NoReference

Require string

Full Usage: Require string

Parameters:
    Item : string

Use requirejs to reference cytoscape.js from a url

Item : string