Schema Documentation
EnqueuedStylesheet
Description
Stylesheet enqueued by the CMS
Fields
Field Name | Description |
---|---|
args -
Boolean | @todo |
dependencies -
[EnqueuedScript] | Dependencies needed to use this asset |
extra -
String | Extra information needed for the script |
handle -
String | The handle of the enqueued asset |
id -
ID! | The ID of the enqueued asset |
src -
String | The source of the asset |
version -
String | The version of the enqueued asset |
Example
{"args":false,"dependencies":[EnqueuedScript],"extra":"abc123","handle":"abc123","id":"4","src":"xyz789","version":"abc123"}