Type Alias HareScriptResourceDescriptor
type HareScriptResourceDescriptor = {
contentid: string;
data: WebHareBlob;
dominantcolor: string;
extension: string;
filename: string;
hash: string;
height: number;
mimetype: string;
mirrored: false;
refpoint: { x: number; y: number } | null;
rotation: 0;
source_fsobject: number;
width: number;
}
contentid: string;
data: WebHareBlob;
dominantcolor: string;
extension: string;
filename: string;
hash: string;
height: number;
mimetype: string;
mirrored: false;
refpoint: { x: number; y: number } | null;
rotation: 0;
source_fsobject: number;
width: number;
}
Properties
contentid
contentid: string
data
dominantcolor
dominantcolor: string
extension
extension: string
filename
filename: string
hash
hash: string
height
height: number
mimetype
mimetype: string
mirrored
mirrored: false
refpoint
refpoint: { x: number; y: number } | null
rotation
rotation: 0
source_ fsobject
source_fsobject: number
width
width: number