Interface TextMethodResult

interface TextMethodResult {
    label?: string;
    title?: string;
    type: "text";
    componentType: "null" | "normal" | "url" | "image";
    value: string;
}

Hierarchy (view full)

Properties

label?: string
title?: string
type: "text"
componentType: "null" | "normal" | "url" | "image"
value: string