mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Add 'icon' property to an interface in 'jquery.fancytree'.
This commit is contained in:
+1
@@ -780,6 +780,7 @@ declare module Fancytree {
|
||||
interface NodeData {
|
||||
/** node text (may contain HTML tags) */
|
||||
title: string;
|
||||
icon?: string;
|
||||
/** unique key for this node (auto-generated if omitted) */
|
||||
key?: string;
|
||||
/** (reserved) */
|
||||
|
||||
Reference in New Issue
Block a user