addonscript-spec/docs/schema/library.md
2023-02-03 16:20:43 +01:00

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.