Loading index.d.ts +6 −0 Changes for index.d.ts: 6 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -1881,6 +1881,12 @@ declare namespace Cy { * @param name The name of the visual style property to get. */ style(name: string): any; /** * Set a particular style property value. * @param name The name of the visual style property to get. * @param value The value to which the property is set. */ style(name: string, value: any): any; } /** Loading Loading
index.d.ts +6 −0 Changes for index.d.ts: 6 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -1881,6 +1881,12 @@ declare namespace Cy { * @param name The name of the visual style property to get. */ style(name: string): any; /** * Set a particular style property value. * @param name The name of the visual style property to get. * @param value The value to which the property is set. */ style(name: string, value: any): any; } /** Loading