mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-27 00:15:09 +08:00
Add 'icon' property to an interface in 'jquery.fancytree'.
This commit is contained in:
1
jquery.fancytree/jquery.fancytree.d.ts
vendored
1
jquery.fancytree/jquery.fancytree.d.ts
vendored
@@ -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