Interface CustomLayer

interface CustomLayer {
    attr: string[];
    error: (() => void);
    success: (() => void);
}

Properties

Properties

attr: string[]
error: (() => void)

Type declaration

    • (): void
    • Returns void

success: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc