mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2025-09-05 22:10:39 +00:00
3.9 KiB
3.9 KiB
Untitled object in Config Schema
https://github.com/cupcakearmy/glyphance#/$defs/output
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | glyphance.schema.json* |
output Type
object (Details)
output Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| dir | string |
Optional | cannot be null | Config |
| prefix | string |
Optional | cannot be null | Config |
| css | object |
Optional | cannot be null | Config |
| clean | boolean |
Optional | cannot be null | Config |
| formats | array |
Optional | cannot be null | Config |
| ranges | object |
Optional | cannot be null | Config |
dir
dir
-
is optional
-
Type:
string -
cannot be null
-
defined in: Config
dir Type
string
prefix
prefix
-
is optional
-
Type:
string -
cannot be null
-
defined in: Config
prefix Type
string
css
css
css Type
object (Details)
clean
clean
-
is optional
-
Type:
boolean -
cannot be null
-
defined in: Config
clean Type
boolean
formats
formats
-
is optional
-
Type:
string[] -
cannot be null
-
defined in: Config
formats Type
string[]
ranges
ranges
ranges Type
object (Details)