ic-reactor
    Preparing search index...

    Interface TextMethodResult

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

    Hierarchy (View Summary)

    Index

    Properties

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