focus property

dynamic focus

Implementation

external dynamic
    /*{
  expand: {
    /**
     * Whether to expand each point on focus.
     */
    enabled?: boolean;

    /**
     * The radius size of each point on focus.
     */
    r?: number;
  };

  /**
   * Show point only when is focused.
   */
  only?: boolean;
}*/
    get focus;
void focus=(dynamic v)

Implementation

external set focus(
    dynamic
        /*{
  expand: {
    /**
     * Whether to expand each point on focus.
     */
    enabled?: boolean;

    /**
     * The radius size of each point on focus.
     */
    r?: number;
  };

  /**
   * Show point only when is focused.
   */
  only?: boolean;
}*/
        v);