@types/drag-timetable
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/drag-timetable

Summary

This package contains type definitions for drag-timetable (https://github.com/DJAndries/drag-timetable).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/drag-timetable.

/** Declaration file generated by dts-gen */

export function create(container: HTMLElement | null, options: any): TimetableInstance;

export namespace create {
    const prototype: {};
}

export class TimetableInstance {
    constructor(contextObj: any);

    setMoveCallback(moveCallback: (task: any) => void): void;

    setClickCallback(clickCallback: (task: any) => void): void;

    addTask(task: any, isAddingToTimetable: boolean): HTMLDivElement;

    removeTask(taskId: any): void;

    getTask(taskId: any): any;
}

export class TimetableTask {
    constructor(task: any, taskAreaSize: any);

    updateTaskUI(): void;

    getTimeElement(): HTMLDivElement;
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by chinkan.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/drag-timetable

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

3.91 kB

Total Files

5

Last publish

Collaborators

  • types