Type Alias: BlobAsset
Copied to your clipboardtype BlobAsset = AssetBase<BLOB>;
Represents an Asset object containing blob/file data.
See
- AssetBase for the base asset interface
- AssetDataType.BLOB for the data type
Copied to your clipboardtype BlobAsset = AssetBase<BLOB>;
Represents an Asset object containing blob/file data.