ActionFieldUserDropdown: ActionFieldBase & {
    placeholder?: string;
    type: "String";
    widget: "UserDropdown";
}