Interface HonuaParsedInteractionRefExperimental

A parsed component reference.

interface HonuaParsedInteractionRef {
    id?: string;
    kind:
        | "map"
        | "widget"
        | "layer"
        | "control";
}

Properties

Properties

id?: string

Absent only for kind: "map".

kind:
    | "map"
    | "widget"
    | "layer"
    | "control"