AssetDiff

AssetDiff

new AssetDiff($b)

Source:
Properties:
Name Type Attributes Default Description
Hash string Asset hash.
Bytes number Size.
State AssetDiffEnum Asset State.
IsUploaded boolean <optional>
false Is asset on the Cloud?
AssetDiff Object.
Parameters:
Name Type Attributes Default Description
$b Object
$b.hash string Asset hash.
$b.bytes number Size.
$b.state AssetDiffEnum Asset State.
$b.isUploaded boolean <optional>
false Is asset on the Cloud?

Type Definitions

AssetDiffEnum

Source:
Properties:
Name Type Description
Added "Added"
Unchanged "Unchanged"
Removed "Removed"
AssetDiffEnum
Type: