NextGIS Frontend
    Preparing search index...

    Type Alias CreatePopupContent<F, L>

    CreatePopupContent: (
        props: CreatePopupContentProps<F, L>,
    ) =>
        | HTMLElement
        | string
        | undefined
        | Promise<HTMLElement | string | undefined>

    Type Parameters

    • F extends Feature = Feature
    • L = any

    Type declaration

      • (
            props: CreatePopupContentProps<F, L>,
        ):
            | HTMLElement
            | string
            | undefined
            | Promise<HTMLElement | string | undefined>
      • Parameters

        Returns HTMLElement | string | undefined | Promise<HTMLElement | string | undefined>