Get the entry point to modify the visual style of the graph after initialisation. http://js.cytoscape.org/#core/style

interface ElementStylesheetStyle {
    selector: string;
    style: cytoscape.Css.Node | cytoscape.Css.Edge | cytoscape.Css.Core;
    json(): any;
}

Hierarchy (view full)

Properties

Methods

Properties

selector: string

Methods