Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
introvoyz041
/
molmoda
like
0
Modalities:
Image
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
Polars
+ 1
License:
mit
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
molmoda
/
data
/
src
/
UI
/
Navigation
/
ContextMenu
/
ContextMenuInterfaces.ts
introvoyz041
Migrated from GitHub
71174bc
verified
11 days ago
raw
Copy download link
history
blame
contribute
delete
127 Bytes
export
interface
IContextMenuOption
{
text
:
string
;
pluginId
:
string
;
enabled
:
boolean
;
function
:
() =>
void
;
}