Interface

Shumate-1.0ShumateDataSourceRequestConstructorProps

interface ConstructorProps {
    completed: boolean;
    data: GLib.Bytes | Uint8Array<ArrayBufferLike>;
    error: GLib.Error;
    x: number;
    y: number;
    zoom_level: number;
    zoomLevel: number;
}

Hierarchy (View Summary)

Index

Properties

completed: boolean
data: GLib.Bytes | Uint8Array<ArrayBufferLike>
error: GLib.Error
x: number
y: number
zoom_level: number
zoomLevel: number