Interface: IFolderInputEvent
model.IFolderInputEvent
Table of contents
Properties
Properties
onFocus
• onFocus: () => void
Type declaration
▸ (): void
Returns
void
Defined in
src/model/workbench/explorer/folderTree.tsx:29
setValue
• setValue: (value
: string
) => void
Type declaration
▸ (value
): void
Parameters
Name | Type |
---|---|
value | string |
Returns
void