OpenFin Workspace API
    Preparing search index...

    Interface TextWidgetSpec

    A simple text field input widget.

    interface TextWidgetSpec {
        multiline?: boolean;
        placeholder?: string;
        rows?: number;
        type: "Text";
    }

    Hierarchy (View Summary)

    Index
    multiline?: boolean
    placeholder?: string
    rows?: number
    type: "Text"

    The type of widget to be used. Widgets can only be used with matching specific data types. For example the Text widget can be used with the string field type.