interface MoreMemoryProps {
    direction: "above" | "below";
    options: number[];
    handler(opts): void;
}

Properties

Methods

Properties

direction: "above" | "below"
options: number[]

Methods