ngeo
    Preparing search index...

    Interface CustomLayer

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

    Properties

    Properties

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