forked from addonscript/addonscript-spec
478 B
478 B
Library Object
{
"file": "somequalifier",
"side": "both"
}
Required properties
file
This is the qualifier of the file of this library. That file MUST be specified in the manifest, which uses this library.
Optional properties
side
This specifies, for which side this library should be used. Valid values
are client
, server
and both
. If this property is not present,
it defaults to both
.