Add 'icon' property to an interface in 'jquery.fancytree'.

This commit is contained in:
Daniel Rosenwasser
2015-08-21 15:11:50 -07:00
parent 5dfb8d9e90
commit b2b1359d8b

View File

@@ -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) */