@servicenow/sdk - v4.9.0
    Preparing search index...

    A radio button group containing nested fields.

    type GroupSchema = {
        defaultGroup?: boolean;
        fields: DynamicDataSchemaField[];
        label: string;
        name: string;
    }
    Index

    Properties

    defaultGroup?: boolean

    When true, this group is pre-selected when the wizard opens. Maps to default_group.

    false
    

    Fields contained within this group.

    label: string

    Display label for the group.

    name: string

    Unique identifier for the group.