Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class FindSlotResult
import { FindSlotResult } from "https://deno.land/x/sptaki@1.2.0/helpers/mod.ts";

Constructors

new
FindSlotResult(
success?: boolean,
x?: any,
y?: any,
rotation?: boolean,
)

Properties

rotation: boolean
success: boolean
x: any
y: any