Interface HonuaMapPackagePopupBinding

Popup binding surface; resolved into a click handler by the runtime.

interface HonuaMapPackagePopupBinding {
    fieldName?: string;
    sourceId: string;
    template?: string;
    title?: string;
}

Properties

fieldName?: string

Name of the source field to render. Optional when template is set.

sourceId: string
template?: string

Optional template. Default is a list of key: value rows rendered in a neutral, unstyled DOM subtree — #29 operator components replace it.

title?: string

Optional HTML title for the popup.