-
Notifications
You must be signed in to change notification settings - Fork 5
Metadata
lublak edited this page Oct 18, 2021
·
1 revision
▸ get(name
): string
| string
[]
get data by name
Name | Type |
---|---|
name |
string |
string
| string
[]
the data
▸ getAll(): Object
get all data
Object
all data
▸ getRaw(): string
get the raw metadata
string
the raw metadata
▸ has(name
): boolean
check whether data with the name are available
Name | Type |
---|---|
name |
string |
boolean
if available then true is returned