ados-rcm 1.0.568 → 1.0.569

Sign up to get free protection for your applications and to get access to all the features.
@@ -192,6 +192,12 @@ export interface IATreeProps<T extends IATreeItem<T>> extends IABaseProps {
192
192
  * Description : maxLength of ATreeSearch
193
193
  */
194
194
  maxLength?: number;
195
+ /**
196
+ * autoFocus? : boolean
197
+ *
198
+ * Description : autoFocus of ATreeSearch
199
+ */
200
+ autoFocus?: boolean;
195
201
  }
196
202
  /**
197
203
  * AComponent : ATree