OpenFin Workspace API
    Preparing search index...

    Interface RadioGroupWidgetSpec

    interface RadioGroupWidgetSpec {
        group: { label: string; value: string }[];
        type: "RadioGroup";
    }

    Hierarchy (View Summary)

    Index
    group: { label: string; value: string }[]
    type: "RadioGroup"

    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.