ResourceLoadStruct_Array (Type)
An array of one or more ResourceLoadStruct structures.
Based On:
Array
Item Field Type:
ResourceLoadStruct
Structure Fields:
Field Name | Type | Description |
---|---|---|
canCombine | Boolean | Indicates whether this resource URL can be combined with others if possible. |
canMinify | Boolean | Indicates whether this resource URL can be minified. |
Crossorigin | String | Value for the crossorigin attribute of the resource if supported. |
Integrity | String | Value for the integrity attribute of the resource if supported. |
isCritical | Boolean | Indicates whether this resource URL is critical or not. |
LoadTagType | ResourceTypeID | Load type for the resource. |
SourceURL | ValidURL | URL to the resource. |
Error Message:
None