UNPKG
gg-editor
Version:
beta (3.0.0-beta.4)
latest (3.1.3)
3.1.3
3.1.2
3.1.1
3.1.0
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.5.2
1.5.1
1.5.1-beta
1.5.0
1.4.0
1.3.5
1.3.4
1.3.4-beta.2
1.3.4-beta
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.0.3
1.0.2
1.0.1
1.0.0
A visual graph editor based on G6 and React
github.com/alibaba/GGEditor
alibaba/GGEditor
gg-editor
/
lib
/
components
/
Mind
/
command
/
fold.d.ts
7 lines
(6 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
BaseCommand
}
from
'../../Graph/command/base'
;
export
interface
FoldCommandParams
{
id
:
string
; }
declare
const
foldCommand
:
BaseCommand
<
FoldCommandParams
>;
export
default
foldCommand;