sparkle-engine

Interface IDestoryable

interface IDestoryable {
    destory: (() => void);
}

Implemented by

Properties

Properties

destory: (() => void)

Type declaration

    • (): void
    • Returns void