Type Alias HareScriptResourceDescriptor
type HareScriptResourceDescriptor = {
contentid: string;
data: WebHareBlob;
dominantcolor: string;
extension: string;
filename: string;
hash: string;
height: number;
mimetype: string;
mirrored: boolean;
refpoint: { x: number; y: number } | null;
rotation: Rotation;
source_fsobject: number;
width: number;
}
contentid: string;
data: WebHareBlob;
dominantcolor: string;
extension: string;
filename: string;
hash: string;
height: number;
mimetype: string;
mirrored: boolean;
refpoint: { x: number; y: number } | null;
rotation: Rotation;
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: boolean
refpoint
refpoint: { x: number; y: number } | null
rotation
rotation: Rotation
source_ fsobject
source_fsobject: number
width
width: number