Commit 4eb61fc1 authored by Fredrick Eisele's avatar Fredrick Eisele
Browse files

missing setter fro style

parent 9e26ce74
Loading
Loading
Loading
Loading
+6 −0
Changes for index.d.ts: 6 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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;
    }

    /**