interface UmbDebugContextItemData {
    methods?: unknown[];
    properties?: UmbDebugContextItemPropertyData[];
    type: string;
    value?: unknown;
}

Properties

methods?: unknown[]
type: string
value?: unknown
MMNEPVFCICPMFPCPTTAAATR