mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
introduce .context-many-kids class
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ interface Option {
|
||||
type?: string;
|
||||
label?: string;
|
||||
action?: Function;
|
||||
children?: Option[] |Promise<Option[]>| false;
|
||||
children?: Option[] | false;
|
||||
icon?: string;
|
||||
critical?: Boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user